Update install.sh

This commit is contained in:
midoks 2019-12-06 00:12:14 +08:00
parent f78e636bea
commit af51de6d28
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ Install_walle()
if [ ! -d $serverPath/walle/code ];then
mkdir -p $serverPath/walle/code
cp -rf $serverPath/source/walle-web-2.0.1/ $serverPath/walle/code/
cp -rf $serverPath/source/walle-web-2.0.1/* $serverPath/walle/code/
fi
cd $serverPath/walle/code && pip install -r $serverPath/walle/code/requirements/prod.txt