diff --git a/shell/updateRisk b/shell/updateRisk index 3474555..7ca8ce9 100644 --- a/shell/updateRisk +++ b/shell/updateRisk @@ -11,14 +11,15 @@ export apiServer=https://risk.kirito.cool function run(){ + isUpdate=false if [ ! -e $1 ] then git clone git@gogs.kirito.cool:panqihua/$1.git - isUpdate=false else isUpdate=true fi cd $1 && git reset --hard && git pull && yarn && chmod +x run.sh && killNode + echo $isUpdate if [ $isUpdate ] then url="http://127.0.0.1:3000/finsh?name=$1"