diff --git a/start-nginx.sh b/start-nginx.sh index 2fabf15..d00638b 100755 --- a/start-nginx.sh +++ b/start-nginx.sh @@ -37,7 +37,6 @@ run_nginx() { run_inotifywait() { while find "$dstdir" -type f -exec \ - echo 'Monitoring the following files for changes:' sed -En '/ssl_certificate/ s/^\s*ssl_certificate(_key)? (.*);.*$/\2/p' {} \; | sort | uniq | tee /dev/stderr \ inotifywait --fromfile=- -e close_write -e modify; do nginx -s reload