debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 09 Jun 2011 15:29:55 +0200
changeset 7483 b9740d6a1ec3
parent 0 b97547f5f1fa
permissions -rw-r--r--
[doc, apache] add ProxyPreserveHost hint + note about https /w http configuration

#! /bin/sh -e

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