Don't fail installation if postinst fails.

It can happen that apache can't restart due to too little RAM. Make
sure to not bail out because of this.
agranig/1_0_subfix
Andreas Granig 13 years ago
parent ca5e863e27
commit 2ead4f8ea9

@ -34,7 +34,7 @@ a2ensite ngcp-panel
# reload perl and/or apache modules
if [ -x /etc/init.d/apache2 ] ; then
/etc/init.d/apache2 restart
/etc/init.d/apache2 restart || true
fi
exit 0

Loading…
Cancel
Save