Commit 39abfc64 by sikang

update script

parent 9ef52a8d
...@@ -59,11 +59,15 @@ then ...@@ -59,11 +59,15 @@ then
cd lib_base cd lib_base
git checkout master git checkout master
git pull git pull
cd ..
git submodule update --remote
cd cash_plugin_toolbox
git checkout master
git pull
elif (($commod == '6')) elif (($commod == '6'))
then then
cd ../../ cd ../../
cd ../..
git submodule update --remote git submodule update --remote
cd cash_plugin_toolbox cd cash_plugin_toolbox
git checkout master git checkout master
......
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