mirror of
https://git.proxmox.com/git/dab
synced 2025-10-04 00:16:04 +00:00
Fix #1081: fix defenv quoting
This commit is contained in:
parent
812c32f8b7
commit
484880ca58
@ -7,4 +7,4 @@ export HOME=/root
|
||||
export USER=root
|
||||
export PATH=/usr/sbin:/usr/bin:/sbin:/bin
|
||||
|
||||
exec $@
|
||||
exec "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user