From 1a0b323e26c003c9e04693be2265e759dfb30e8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Schneider?= Date: Mon, 17 Feb 2014 19:53:00 +0100 Subject: [PATCH] init.d: do_migrate add return 0 --- debian/init.d | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/init.d b/debian/init.d index 27ca32b..6b82299 100644 --- a/debian/init.d +++ b/debian/init.d @@ -115,6 +115,7 @@ do_migrate() { log_action_msg "Applying new migrations .." su $USER -p -c "/usr/bin/compte-agglo-montpellier syncdb --migrate --noinput" log_action_msg ".. done" + return 0 } case "$1" in