mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-12-27 11:19:27 -05:00
fix
This commit is contained in:
parent
1fd26be864
commit
486027a4d7
@ -62,7 +62,7 @@ remount_secure() {
|
|||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if echo "$mount_output" | grep -q "$mount_folder" ; then
|
if echo "$mount_output" | grep -q "$mount_folder " ; then
|
||||||
## Already mounted. Using remount.
|
## Already mounted. Using remount.
|
||||||
mount -o "remount,${new_mount_options}" "$mount_folder"
|
mount -o "remount,${new_mount_options}" "$mount_folder"
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user