Commit aac288dc authored by Manfred Kutas's avatar Manfred Kutas

ZP-1162 Exit with 0 status when reloading nginx on postun.

Released under the Affero GNU General Public License (AGPL) version 3.
parent e43e115d
...@@ -434,7 +434,7 @@ echo -e "\033[0;33mEdit %_sysconfdir/nginx/sites-available/z-push.conf, enable i ...@@ -434,7 +434,7 @@ echo -e "\033[0;33mEdit %_sysconfdir/nginx/sites-available/z-push.conf, enable i
%postun -n %name-config-nginx %postun -n %name-config-nginx
rm -f "%_sysconfdir/nginx/sites-available/z-push.conf" rm -f "%_sysconfdir/nginx/sites-available/z-push.conf"
service nginx reload service nginx reload || true
# COMMON # COMMON
%files -n %name-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