Should quote params for rbashrun
This commit is contained in:
parent
3846e51f53
commit
9f452fdb49
@ -186,7 +186,7 @@ function rbash_run {
|
||||
__cryptd "$__CFILE" "$TMPFILE"
|
||||
|
||||
chmod 700 "$TMPFILE"
|
||||
"$TMPFILE" $@
|
||||
"$TMPFILE" "$@"
|
||||
rm "$TMPFILE"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user