small improvements, especially the handling of AUTOACME_PATH_IN_GIT_REPOSITORY

This commit is contained in:
Martin Berghaus
2025-10-23 00:34:26 +02:00
parent c0eb860e69
commit 2b3da35e19
2 changed files with 30 additions and 6 deletions

View File

@@ -290,7 +290,7 @@ function setup(){
popd > /dev/null 2>&1
isInstalled \
&& echo \
&& echo 'Now this script can be added into cron-tab (crontab -e),like this e.g.:' \
&& echo 'Now this script can be added into cron-tab (crontab -e), like this e.g.:' \
&& echo \
&& echo '# Each day at 6:00am renew certificates:' \
&& echo '0 6 * * * /renewCerts.sh --http --own > /var/log/renewCerts.sh.log 2>&1' \