mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-07-26 10:55:20 -04:00
fix
This commit is contained in:
parent
1fd26be864
commit
486027a4d7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue