debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 18 Jul 2012 15:58:20 +0200
branchstable
changeset 8470 a85e107947e6
parent 0 b97547f5f1fa
permissions -rw-r--r--
[web app] handle Redirect raised during session establishment, as this may be used by eg openid authentication. Closes #2430018

#! /bin/sh -e

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