This commit is contained in:
Patrick Schleizer 2019-12-21 05:14:51 -05:00
parent 0fc97c37be
commit 1fd26be864
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -55,7 +55,7 @@ remount_secure() {
## example mount_folder:
## /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
echo "INFO: $mount_folder has already intended mount options."