mirror of
https://github.com/bol-van/zapret.git
synced 2026-01-31 14:50:42 +03:00
scripts: add quotes to paths
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user