This commit is contained in:
Patrick Schleizer 2019-12-21 05:26:55 -05:00
parent 66aaf3e22c
commit e1a5ee4bcf
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -63,7 +63,7 @@ remount_secure() {
fi fi
if [ -e "$status_file_full_path" ]; then if [ -e "$status_file_full_path" ]; then
echo "INFO: Already remounted $mount_folder earlier. Not remounting again." echo "INFO: $mount_folder already remounted earlier. Not remounting again."
return 0 return 0
fi fi