From: Lukas Schauer Date: Thu, 17 Dec 2015 14:41:18 +0000 (+0100) Subject: oops.. repaired test script X-Git-Tag: v0.1.0~108 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d1d9d1f6c744eed4d300f7bab772601477b7d785;p=thirdparty%2Fdehydrated.git oops.. repaired test script --- diff --git a/test.sh b/test.sh index 8b5a9c9..43d08eb 100755 --- 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 || _FAIL "Script execution failed" +./letsencrypt.sh --cron --domain "${TMP_URL}" -f tmp_config.sh > tmplog 2> errorlog || _FAIL "Script execution failed" _CHECK_NOT_LOG "Checking domain name(s) of existing cert" _CHECK_LOG "Generating private key" _CHECK_LOG "Requesting challenge for ${TMP_URL}"