cron reload when acme enabled
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user