debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 20 Jul 2012 10:57:48 +0200
branchstable
changeset 8484 4c1efb5bde0a
parent 0 b97547f5f1fa
permissions -rw-r--r--
[config] load_configuration should not crash because of fs errors. Closes #2286215

#! /bin/sh -e

if [ -x "/etc/init.d/cubicweb-ctl" ]; then
    invoke-rc.d cubicweb-ctl restart || true
fi
 
 
#DEBHELPER#
 
exit 0