Commit 6e6c4993 authored by tywldx's avatar tywldx

fix

parent 559e0117
...@@ -3,7 +3,11 @@ ...@@ -3,7 +3,11 @@
function changeGitFile() function changeGitFile()
{ {
cd /home/quant_group/$1/.git cd /home/quant_group/$1/.git
git remote set-url origin $2 if [ $? = 0 ]; then
git remote set-url origin $2
else
echo "无该项目,跳过"
fi
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment