From: Thomas Fillon Date: Fri, 20 Jan 2017 15:17:39 +0000 (+0100) Subject: Staging in app.sh: uninstall south, add -y option X-Git-Tag: 1.7.0~2^2~30 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=b5e6fd1ed7e1029c7a8f106b05b240ebfcf8dac8;p=telemeta.git Staging in app.sh: uninstall south, add -y option --- 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