From b733c4a5f433b83ace2c63260d821d0185c6ae6b Mon Sep 17 00:00:00 2001 From: Thomas NOEL Date: Mon, 16 May 2016 12:36:10 +0200 Subject: [PATCH] debian/init.d: non-interactive migrations (#10877) --- debian/passerelle.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/passerelle.init b/debian/passerelle.init index 4aab7df1..57fca4c9 100755 --- a/debian/passerelle.init +++ b/debian/passerelle.init @@ -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" }