]> git.street.me.uk Git - andy/dehydrated.git/commitdiff
fixed test.sh script
authorMarkus Germeier <markus@germeier.com>
Wed, 16 Dec 2015 19:03:43 +0000 (20:03 +0100)
committerMarkus Germeier <markus@germeier.com>
Wed, 16 Dec 2015 19:03:43 +0000 (20:03 +0100)
test.sh

diff --git a/test.sh b/test.sh
index 881ce5c71d1acc9207d03ba73eff1e18e883fe99..b697f22a0d756ddbc74c35bb27b3b583ced65b34 100755 (executable)
--- a/test.sh
+++ b/test.sh
@@ -114,7 +114,7 @@ _CHECK_ERRORLOG
 # Temporarily move config out of the way and try signing certificate by using temporary config location
 _TEST "Try signing using temporary config location and with domain as command line parameter"
 mv config.sh tmp_config.sh
-./letsencrypt.sh --domain "${TMP_URL}" -f tmp_config.sh > tmplog 2> errorlog
+./letsencrypt.sh --cron --domain "${TMP_URL}" -f tmp_config.sh > tmplog 2> errorlog
 _CHECK_LOG "Generating private key"
 _CHECK_LOG "Requesting challenge for ${TMP_URL}"
 _CHECK_LOG "Challenge is valid!"