We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 61624c4 + 56f0c8d commit 9a92e7dCopy full SHA for 9a92e7d
usbmount
@@ -106,7 +106,7 @@ if [ "$1" = add ]; then
106
log info "executing command: mount $DEVNAME"
107
mount $DEVNAME || log err "mount by DEVNAME with $DEVNAME wasn't successful; return code $?"
108
109
- elif grep -q "^[[:blank:]]*UUID=$UUID" /etc/fstab; then
+ elif grep -q "^[[:blank:]]*UUID=\"?$UUID\"?" /etc/fstab; then
110
log info "executing command: mount -U $UUID"
111
mount -U $UUID || log err "mount by UUID with $UUID wasn't successful; return code $?"
112
0 commit comments