mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-12-26 18:39:25 -05:00
fix
This commit is contained in:
parent
1fd26be864
commit
486027a4d7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user