debian/init.d: non-interactive migrations (#10877)

This commit is contained in:
Thomas NOËL 2016-05-16 12:42:06 +02:00
parent 459298cc37
commit 0b4735b548
1 changed files with 1 additions and 1 deletions

2
debian/corbo.init vendored
View File

@ -123,7 +123,7 @@ do_reload() {
do_migrate() {
log_action_msg "Applying migrations (migrate_schemas).."
su $USER -s /bin/sh -p -c "$MANAGE_SCRIPT migrate_schemas"
su $USER -s /bin/sh -p -c "$MANAGE_SCRIPT migrate_schemas --noinput"
log_action_msg "done"
}