debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 16 Mar 2010 12:31:06 +0100
branchstable
changeset 4909 a13c1d1ecc5b
parent 0 b97547f5f1fa
permissions -rw-r--r--
[web server] simplify base-url handling on startup. Ensure config['base-url'] is correctly set once started

#! /bin/sh -e

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