提交 561f9ed0 编写于 作者: E eoLinker API Management

update script

上级 15fd9486
......@@ -10,6 +10,9 @@ do
fi
done
else
if [ ! -d "${BasePath}/app/plugins/" ];then
exit 0
fi
for i in $(ls ${BasePath}/app/plugins/)
do
buildPlugin $i
......
......@@ -15,7 +15,7 @@
## Fill in name of program here.
cd $(dirname $0) # 当前位置跳到脚本位置
PROG="console"
PROG="gateway-console"
PROG_PATH="$(pwd)" ## Not need, but sometimes helpful (if $PROG resides in /opt for example).
WORK_PATH="$PROG_PATH/work"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册