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