This commit is contained in:
Patrick Schleizer 2024-02-22 14:57:50 -05:00
parent 6b73e6c2a9
commit c3dd178b19
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -164,7 +164,7 @@ remount_secure() {
$output_command "INFO: '$mount_folder' old_mount_options: '$old_mount_options'"
if echo "$old_mount_options" | grep --quiet "$intended_mount_options" ; then
$output_command "INFO: '$mount_folder' has already intended mount options. ($intended_mount_options)"
$output_command "INFO: '$mount_folder' has already intended mount options. ('$intended_mount_options')"
return 0
fi