cron reload when acme enabled

This commit is contained in:
2024-02-11 19:49:51 +01:00
parent d5c00a0308
commit 9fca459f93

View File

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