Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qa-deploy-utils
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
QA
qa-deploy-utils
Commits
9c878727
Commit
9c878727
authored
May 05, 2017
by
智勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改sed分隔符为#
parent
772e639e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
exception_sub_shell.sh
qa_shell_script/exception_sub_shell.sh
+3
-3
No files found.
qa_shell_script/exception_sub_shell.sh
View file @
9c878727
...
...
@@ -15,8 +15,8 @@ function tranceConfig()
"
if
[
"
$type_
"
=
"java"
]
then
sed
-i
"N;s
/
$source_str
/
$target_str
/
g"
$base_path
/
$ip_host
/java/
$file_name
sed
-i
"N;s
/
$source_str
/
$target_str
/
g"
$base_path
/
$ip_host
/public/java/
$file_name
sed
-i
"N;s
#
$source_str
#
$target_str
#
g"
$base_path
/
$ip_host
/java/
$file_name
sed
-i
"N;s
#
$source_str
#
$target_str
#
g"
$base_path
/
$ip_host
/public/java/
$file_name
elif
[
"
$type_
"
=
"ui"
]
then
...
...
@@ -67,7 +67,7 @@ tranceConfig java "xyqb.is.debug=0" "xyqb.is.debug=1" "192.168.4.14" "xyqb.prope
#tranceConfig java "wx7bf214ccdcbd2e16" "wx0a7c0bce0c3ac523" "192.168.4.15" "gu-bei.properties"
#tranceConfig java "paycenter.host.url=http:\/\/192.168.4.15:7007" "paycenter.host.url=http:\/\/wechattest1.xyqb.com" "192.168.4.15" "gu-bei.properties"
#tranceConfig java "139.198.2.95:1507" "wechattest1.xyqb.com" "192.168.4.15" "gu-bei.properties"
tranceConfig java
"
192.168.4.15:7002"
"192.168.4.15:7058
"
"192.168.4.15"
"xyqb.properties"
tranceConfig java
"
qgbc-ui.url=http://192.168.4.15:7002"
"qgbc-ui.url=http://192.168.4.15:7057
"
"192.168.4.15"
"xyqb.properties"
#4.16
...
...
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