debian/cubicweb-server.postinst
author Christophe de Vienne <christophe@unlish.com>
Mon, 08 Sep 2014 10:55:30 +0200
changeset 9944 9b3b21b7ff3e
parent 0 b97547f5f1fa
permissions -rw-r--r--
[wsgi] Fix multiple variables reading in params Closes #4306081

#! /bin/sh -e

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