From b49d2025eb53ac26b0e1b2223eb6152dc3ea4dab Mon Sep 17 00:00:00 2001 From: midoks Date: Sat, 15 Oct 2022 23:38:12 +0800 Subject: [PATCH] Update install.sh --- plugins/op_waf/install.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugins/op_waf/install.sh b/plugins/op_waf/install.sh index b11bc9e03..86441b5bf 100755 --- a/plugins/op_waf/install.sh +++ b/plugins/op_waf/install.sh @@ -13,6 +13,11 @@ install_tmp=${rootPath}/tmp/mw_install.pl action=$1 version=$2 + +if [ -f ${rootPath}/bin/activate ];then + source ${rootPath}/bin/activate +fi + Install_of(){ echo '正在安装脚本文件...' > $install_tmp