This commit is contained in:
Patrick Schleizer 2019-12-21 05:15:38 -05:00
parent 1fd26be864
commit 486027a4d7
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -62,7 +62,7 @@ remount_secure() {
return 0
fi
if echo "$mount_output" | grep -q "$mount_folder" ; then
if echo "$mount_output" | grep -q "$mount_folder " ; then
## Already mounted. Using remount.
mount -o "remount,${new_mount_options}" "$mount_folder"
else