From 0d842e873d0f90a457b15819e5a8214491dcfec0 Mon Sep 17 00:00:00 2001 From: Lukas Schauer Date: Wed, 10 Feb 2016 19:28:54 +0100 Subject: [PATCH] fixed config location in test script --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 27c18ca..979ae8e 100755 --- a/test.sh +++ b/test.sh @@ -140,7 +140,7 @@ echo 'PRIVATE_KEY="./account_key.pem"' >> config.sh # Add third domain to command-lime, should force renewal. _TEST "Run in cron mode again, this time adding third domain, should force renewal." -./letsencrypt.sh --cron --domain "${TMP_URL}" --domain "${TMP2_URL}" --domain "${TMP3_URL}" -f tmp_config.sh > tmplog 2> errorlog || _FAIL "Script execution failed" +./letsencrypt.sh --cron --domain "${TMP_URL}" --domain "${TMP2_URL}" --domain "${TMP3_URL}" > tmplog 2> errorlog || _FAIL "Script execution failed" _CHECK_LOG "Domain name(s) are not matching!" _CHECK_LOG "Forcing renew." _CHECK_LOG "Requesting challenge for ${TMP_URL}" -- 2.47.2