debian/cubicweb-twisted.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 31 Mar 2015 10:22:05 +0200
changeset 10322 d7c33cbdce8b
parent 0 b97547f5f1fa
permissions -rw-r--r--
[web] kill https-deny-anonymous option (closes #5193687) It doesn't make much sense to prevent people from using https.

#! /bin/sh -e

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