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
f4ca957c
Commit
f4ca957c
authored
Aug 03, 2017
by
qa_quantgroup
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
df
parent
998991aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
wechat_make.sh
qa_shell_script/special_env_make/wechat_make.sh
+2
-2
No files found.
qa_shell_script/special_env_make/wechat_make.sh
View file @
f4ca957c
...
@@ -16,9 +16,9 @@ expect -c "
...
@@ -16,9 +16,9 @@ expect -c "
set timeout 10
set timeout 10
spawn ssh root@192.168.4.3
spawn ssh root@192.168.4.3
expect
\"
]#
\"
expect
\"
]#
\"
send
\"
sed -i
\"
N;s#
$source_str
#
$target_str
#g
\"
$base_path
/
$ip_host
/
$type_
/
$file_name
\r\"
send
\"
sed -i
'N;s#
$source_str
#
$target_str
#g'
$base_path
/
$ip_host
/
$type_
/
$file_name
\r\"
expect
\"
]#
\"
expect
\"
]#
\"
send
\"
sed -i
\"
N;s#
$source_str
#
$target_str
#g
\"
$base_path
/
$ip_host
/public/
$type_
/
$file_name
\r\"
send
\"
sed -i
'N;s#
$source_str
#
$target_str
#g'
$base_path
/
$ip_host
/public/
$type_
/
$file_name
\r\"
expect
\"
]#
\"
expect
\"
]#
\"
send
\"
exit
\r\"
send
\"
exit
\r\"
expect eof;"
expect eof;"
...
...
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