Commit bc1abe2f by sikang

update script

parent 241755b1
...@@ -225,8 +225,9 @@ then ...@@ -225,8 +225,9 @@ then
cd ../../../ cd ../../../
git submodule add https://git.starwin.tech/sikang/cash_plugin_toolbox.git git submodule add https://git.starwin.tech/sikang/cash_plugin_toolbox.git
elif (($commod == '25')) elif (($commod == '25'));then
then export http_proxy=http://127.0.0.1:1087
export https_proxy=http://127.0.0.1:1087
cd ../.. cd ../..
echo "1、切换到主包" echo "1、切换到主包"
...@@ -311,6 +312,8 @@ elif (($commod == '26')) || (($commod == '266'));then ...@@ -311,6 +312,8 @@ elif (($commod == '26')) || (($commod == '266'));then
# python update_privacy.py "${corp_id}" "${app_name}" "${agreement_url}" "true" # python update_privacy.py "${corp_id}" "${app_name}" "${agreement_url}" "true"
elif (($commod == '28'));then elif (($commod == '28'));then
export http_proxy=http://127.0.0.1:1087
export https_proxy=http://127.0.0.1:1087
cd privacy cd privacy
python update_local.py "${agreement_url}" python update_local.py "${agreement_url}"
......
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