commit: quieter stop template

pull/7/head
Alec Muffett 2017-02-15 11:36:01 +00:00
rodzic 157698d5e7
commit d9bad40e55
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -13,6 +13,7 @@ for pidfile in $pidfiles; do
done
nginxconf=%PROJECT_DIR%/nginx.conf
nginx -c $nginxconf -s stop
pidfile=%PROJECT_DIR%/nginx.pid
test -s $pidfile && nginx -c $nginxconf -s stop
exit 0