Protect quotes on the way to the actual command

This commit is contained in:
Peter Eckersley
2015-10-14 23:56:56 -07:00
parent be77909ef2
commit 4ef385d3ad
+1 -1
View File
@@ -86,4 +86,4 @@ fi
# Explain what's about to happen, for the benefit of those getting sudo
# password prompts...
echo "Running with virtualenv:" $SUDO $VENV_BIN/letsencrypt "$@"
$SUDO $VENV_BIN/letsencrypt $@
$SUDO $VENV_BIN/letsencrypt "$@"