fix: build shell
This commit is contained in:
@@ -56,8 +56,8 @@ if [ ! -d ${GitLocalRoot} ]; then
|
||||
exit 3
|
||||
fi
|
||||
|
||||
ProjectL=psap
|
||||
ProjectU=PSAP
|
||||
ProjectL=omc
|
||||
ProjectU=OMC
|
||||
PROJECT=${ProjectL}
|
||||
VERSION=1.2506.2
|
||||
RelDate=`date +%Y%m%d`
|
||||
@@ -355,7 +355,9 @@ case "${pkgtype}" in
|
||||
echo "Finish to make ${pkgtype} package <======"
|
||||
;;
|
||||
psapdeb)
|
||||
ProjectL="psap"
|
||||
ProjectL="omc"
|
||||
ProjectU="OMC"
|
||||
ProjectTag="psap"
|
||||
echo "Begin to make ${pkgtype} package ======>"
|
||||
ReleasePkgDir=${ReleaseDir}/debs/${RelArch}
|
||||
ProcList="restagent"
|
||||
|
||||
Reference in New Issue
Block a user