mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-07-13 09:19:32 +07:00
comment
This commit is contained in:
@ -72,6 +72,7 @@ remount_secure() {
|
|||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
## BUG: echo: write error: Broken pipe
|
||||||
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.
|
||||||
echo mount -o "remount,${new_mount_options}" "$mount_folder"
|
echo mount -o "remount,${new_mount_options}" "$mount_folder"
|
||||||
|
Reference in New Issue
Block a user