Supprime la sous-commande manage du script d'init

This commit is contained in:
Benjamin Dauvergne 2015-03-05 23:37:57 +01:00
parent d1e15ab8a5
commit b3af03a61e
1 changed files with 0 additions and 4 deletions

View File

@ -197,10 +197,6 @@ case "$1" in
migrate)
do_migrate
;;
manage)
shift
$CTL "$@"
;;
*)
echo "Usage: $SCRIPTNAME {start|stop|status|restart|force-reload}" >&2
exit 3