From b5e6fd1ed7e1029c7a8f106b05b240ebfcf8dac8 Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Fri, 20 Jan 2017 16:17:39 +0100 Subject: [PATCH] Staging in app.sh: uninstall south, add -y option --- app/scripts/app.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/scripts/app.sh b/app/scripts/app.sh index 22b78406..242d8dec 100644 --- a/app/scripts/app.sh +++ b/app/scripts/app.sh @@ -19,7 +19,7 @@ gid='www-data' # stating apps pip install -U django==1.8.17 -pip uninstall south +pip uninstall -y south # waiting for other network services sh $app/scripts/wait.sh -- 2.39.5