init.d: do_migrate add return 0

This commit is contained in:
Jérôme Schneider 2014-02-17 19:53:00 +01:00
parent c949bc10b8
commit 1a0b323e26
1 changed files with 1 additions and 0 deletions

1
debian/init.d vendored
View File

@ -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