Should quote params for rbashrun

This commit is contained in:
斟酌 鵬兄 2019-06-02 13:30:57 +08:00
parent 3846e51f53
commit 9f452fdb49

View File

@ -186,7 +186,7 @@ function rbash_run {
__cryptd "$__CFILE" "$TMPFILE"
chmod 700 "$TMPFILE"
"$TMPFILE" $@
"$TMPFILE" "$@"
rm "$TMPFILE"
}