[fix] sometime nginx is not running

This commit is contained in:
Laurent Peuch 2018-06-30 11:39:01 +02:00
parent b46fb46768
commit 20d6c30503

View file

@ -77,7 +77,7 @@ do_post_regen() {
done
# Reload nginx configuration
sudo service nginx reload
pgrep nginx && sudo service nginx reload
}
FORCE=${2:-0}