Skip to content

Commit

Permalink
Merge pull request #5 from janondrusek/main
Browse files Browse the repository at this point in the history
Fix #4 CMD args
  • Loading branch information
cedwards authored Jan 23, 2022
2 parents 81a4898 + a8c83a6 commit 67b93e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/local/libexec/rocinante/template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ if [ -s "${rocinante_template}/Bastillefile" ]; then
# Escape single-quotes in the command being executed. -- cwells
_args=$(echo "${_args}" | sed "s/'/'\\\\''/g")
# Allow redirection within the jail. -- cwells
_args="sh -c '${_args}'"
_args="'${_args}'"
;;
cp|copy)
_cmd='cp'
Expand Down

0 comments on commit 67b93e4

Please sign in to comment.