This commit is contained in:
cynic 2024-08-17 04:58:12 +00:00
parent 428e0243cd
commit 4b637ea20b

View File

@ -201,6 +201,6 @@ if [ $acme_renew_state == "0" ]; then
echo "Remember to create a cron job to run this script once a week." echo "Remember to create a cron job to run this script once a week."
exit 0 exit 0
else else
echo "Someething when wrong when trying to get/renew the certificate." echo "Something when wrong when trying to get/renew the certificate."
exit $acme_renew_state exit $acme_renew_state
fi fi