diff --git a/debian/welco.init b/debian/welco.init index 106c41e..92fdb70 100644 --- a/debian/welco.init +++ b/debian/welco.init @@ -121,7 +121,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" }