scripts: add quotes to paths

This commit is contained in:
bol-van
2024-08-25 18:04:11 +03:00
parent 6276d92ffb
commit 15751976e0
5 changed files with 5 additions and 5 deletions

View File

@@ -540,7 +540,7 @@ check_location()
fix_perms "$ZAPRET_TARGET"
[ "$keep" = "Y" ] && backup_restore_settings 0
echo relaunching itself from $ZAPRET_TARGET
exec "$ZAPRET_TARGET/$(basename $0)"
exec "$ZAPRET_TARGET/$(basename "$0")"
else
echo copying aborted. exiting
exitp 3