path update

This commit is contained in:
zhangkun9038@dingtalk.com 2023-05-16 11:41:47 +08:00
parent 1016ccee40
commit 559023abfe

View File

@ -24,7 +24,7 @@ if [ ! -d $workPath ]; then
exit 1
fi
PATH=PATH:/usr/bin:/usr/sbin
PATH=PATH:/usr/bin:/usr/sbin:/usr/local/bin
projectName="${fileName%.*}" # html, zhuize
preName="${fileName%.*}"
!