cron reload when acme enabled

This commit is contained in:
Paolo Asperti 2024-02-11 19:49:51 +01:00
parent d5c00a0308
commit 9fca459f93
Signed by: paspo
GPG Key ID: 06D46905D19D5182
1 changed files with 3 additions and 0 deletions

View File

@ -3,3 +3,6 @@
if [ "$ENABLE_ACME" = "1" ] ; then
/usr/bin/acme.sh --cron --home /acme
fi
############ RELOAD
pidof proftpd >/dev/null && killall -HUP proftpd