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

This commit is contained in:
Thomas NOËL 2016-05-16 12:36:10 +02:00
parent ad45cbcf62
commit b733c4a5f4
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ do_reload() {
do_migrate() {
log_action_msg "Applying new migrations .."
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"
}