mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-12-28 02:29:23 -05:00
fix
This commit is contained in:
parent
0fc97c37be
commit
1fd26be864
@ -55,7 +55,7 @@ remount_secure() {
|
|||||||
## example mount_folder:
|
## example mount_folder:
|
||||||
## /home
|
## /home
|
||||||
|
|
||||||
mount_line_of_mount_folder="$(echo "$mount_output" | grep "$mount_folder")" || true
|
mount_line_of_mount_folder="$(echo "$mount_output" | grep "$mount_folder ")" || true
|
||||||
|
|
||||||
if echo "$mount_line_of_mount_folder" | grep -q "$new_mount_options" ; then
|
if echo "$mount_line_of_mount_folder" | grep -q "$new_mount_options" ; then
|
||||||
echo "INFO: $mount_folder has already intended mount options."
|
echo "INFO: $mount_folder has already intended mount options."
|
||||||
|
Loading…
Reference in New Issue
Block a user