openwrt-packages/net/nginx/files/acme.hotplug

4 lines
62 B
Plaintext

if [ "$ACTION" = renewed ]; then
/etc/init.d/nginx reload
fi