Commit cf77bb4a authored by Sebastian Kummer's avatar Sebastian Kummer

Merge pull request #608 in ZP/z-push from bugfix/ZP-1162-create-a-nginx-config-package to develop

* commit 'aac288dc':
  ZP-1162 Exit with 0 status when reloading nginx on postun.
parents 28930e4e aac288dc
......@@ -434,7 +434,7 @@ echo -e "\033[0;33mEdit %_sysconfdir/nginx/sites-available/z-push.conf, enable i
%postun -n %name-config-nginx
rm -f "%_sysconfdir/nginx/sites-available/z-push.conf"
service nginx reload
service nginx reload || true
# COMMON
%files -n %name-common
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment