1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-15 20:03:57 +02:00
openwrt-packages/net/nginx/files/acme.hotplug

4 lines
62 B
Plaintext
Raw Normal View History

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