From 1c23fd389b62db48155fe900f15fe3d069402ea4 Mon Sep 17 00:00:00 2001 From: Thomas NOEL Date: Mon, 16 May 2016 12:40:34 +0200 Subject: [PATCH] debian/init.d: non-interactive migrations (#10877) --- debian/welco.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }