mirror of
https://github.com/outbackdingo/certificates.git
synced 2026-01-28 02:18:28 +00:00
7 lines
102 B
Bash
Executable File
7 lines
102 B
Bash
Executable File
#!/bin/sh
|
|
|
|
while true; do
|
|
inotifywait -e modify /var/local/step/site.crt
|
|
nginx -s reload
|
|
done
|