debian/cubicweb-server.postinst
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Fri, 01 Jul 2011 11:27:20 +0200
branchstable
changeset 7594 d177c0755b10
parent 0 b97547f5f1fa
permissions -rw-r--r--
[cwc shell] add ``--password`` option to ``reset-admin-pwd`` (close #1794866) This will help batch. The help warn it's not very secure.

#! /bin/sh -e

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