Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lib_base
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sikang
lib_base
Commits
bc1abe2f
Commit
bc1abe2f
authored
Oct 04, 2019
by
sikang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update script
parent
241755b1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
script/script_help.sh
+5
-2
No files found.
script/script_help.sh
View file @
bc1abe2f
...
@@ -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
}
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment