mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 03:41:53 +02:00
Protect quotes on the way to the actual command
This commit is contained in:
+1
-1
@@ -86,4 +86,4 @@ fi
|
|||||||
# Explain what's about to happen, for the benefit of those getting sudo
|
# Explain what's about to happen, for the benefit of those getting sudo
|
||||||
# password prompts...
|
# password prompts...
|
||||||
echo "Running with virtualenv:" $SUDO $VENV_BIN/letsencrypt "$@"
|
echo "Running with virtualenv:" $SUDO $VENV_BIN/letsencrypt "$@"
|
||||||
$SUDO $VENV_BIN/letsencrypt $@
|
$SUDO $VENV_BIN/letsencrypt "$@"
|
||||||
|
|||||||
Reference in New Issue
Block a user