This commit is contained in:
Patrick Schleizer 2019-12-24 17:54:02 -05:00
parent 0326cd5ee9
commit e18ec533c3
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -72,6 +72,7 @@ remount_secure() {
return 0
fi
## BUG: echo: write error: Broken pipe
if echo "$mount_output" | grep -q "$mount_folder " ; then
## Already mounted. Using remount.
echo mount -o "remount,${new_mount_options}" "$mount_folder"