Commit 9c878727 authored by 智勇's avatar 智勇

修改sed分隔符为#

parent 772e639e
...@@ -15,8 +15,8 @@ function tranceConfig() ...@@ -15,8 +15,8 @@ function tranceConfig()
" "
if [ "$type_" = "java" ] if [ "$type_" = "java" ]
then 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/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/public/java/$file_name
elif [ "$type_" = "ui" ] elif [ "$type_" = "ui" ]
then then
...@@ -67,7 +67,7 @@ tranceConfig java "xyqb.is.debug=0" "xyqb.is.debug=1" "192.168.4.14" "xyqb.prope ...@@ -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 "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 "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 "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 #4.16
......
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