From 1ea192bf859794378039d0450e1e23461a33cdc0 Mon Sep 17 00:00:00 2001 From: midoks Date: Thu, 3 Oct 2019 01:58:24 +0800 Subject: [PATCH] Update install_centos.sh --- scripts/install_centos.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/install_centos.sh b/scripts/install_centos.sh index 4bdd9fba9..2186ce0f0 100755 --- a/scripts/install_centos.sh +++ b/scripts/install_centos.sh @@ -87,9 +87,7 @@ if [ ! -f '/usr/bin/pip' ];then fi -if [ ! -d /www/server/lib ]; then - cd /www/server/mdserver-web/scripts && ./lib.sh -fi +cd /www/server/mdserver-web/scripts && ./lib.sh pip install -r /www/server/mdserver-web/requirements.txt