mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 16:54:56 +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
|
||||
# password prompts...
|
||||
echo "Running with virtualenv:" $SUDO $VENV_BIN/letsencrypt "$@"
|
||||
$SUDO $VENV_BIN/letsencrypt $@
|
||||
$SUDO $VENV_BIN/letsencrypt "$@"
|
||||
|
||||
Reference in New Issue
Block a user