From af51de6d28b5eaec73f532cfe4e4915bb3b65e86 Mon Sep 17 00:00:00 2001 From: midoks Date: Fri, 6 Dec 2019 00:12:14 +0800 Subject: [PATCH] Update install.sh --- plugins/walle/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/walle/install.sh b/plugins/walle/install.sh index 89c467687..1f1522f98 100644 --- a/plugins/walle/install.sh +++ b/plugins/walle/install.sh @@ -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