From c3dca23b1bdf288c48a7426ca5c5ff3b0d7d1a92 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 23 Jan 2019 19:37:27 +0100 Subject: [PATCH] you'll see, that my mind is too fast for eyes --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 73b5ca5e..754742cc 100755 --- a/update.sh +++ b/update.sh @@ -10,6 +10,6 @@ if [ ${old} = ${new} ]; then sentry-cli releases new -p royalnet ${version} sentry-cli releases set-commits --auto ${version} fi -sudo python3.6 -m pip install -r requirements.txt +sudo python3.6 -m pip install -r requirements.txt --upgrade sudo service apache2 restart python3.6 -OO bots.py