From 4ef385d3ad7e174452996cb41da0c9f6c02d8ab5 Mon Sep 17 00:00:00 2001 From: Peter Eckersley Date: Wed, 14 Oct 2015 23:56:56 -0700 Subject: [PATCH] Protect quotes on the way to the actual command --- letsencrypt-auto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letsencrypt-auto b/letsencrypt-auto index b43c22f87..72c0c8aa4 100755 --- a/letsencrypt-auto +++ b/letsencrypt-auto @@ -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 "$@"