Commit cf0c871d authored by tywldx's avatar tywldx

fix

parent 552b9d4d
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Data TianYaWei 20171117 # Data TianYaWei 20171117
function changeGitFile() function changeGitFile()
{ {
cd /home/quant_group/$1 cd /home/quant_group/$1/.git
git remote set-url origin $2 git remote set-url origin $2
} }
...@@ -13,5 +13,5 @@ for item in $items ...@@ -13,5 +13,5 @@ for item in $items
do do
var=${item//|/ } var=${item//|/ }
echo "$var" echo "$var"
changeGitFile $2 changeGitFile $var
done done
\ No newline at end of file
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