Commit 6719f903 authored by 智勇's avatar 智勇

update

parent 8df15649
......@@ -83,14 +83,14 @@ else
for host in $hosts
do
arr=${host//|/ }
transByPort $arr $db_sub_backup_folder/*
transByPort $arr "$db_sub_backup_folder/*"
done
elif [ "$re_replace_ip" = false ];then
echo "replace ip for $db_sub_backup_folder/*"
for host in $hosts
do
arr=${host//|/ }
transByUrl $arr $db_sub_backup_folder/*
transByUrl $arr "$db_sub_backup_folder/*"
done
else
echo "replace $re_replace_ip ip for $entry"
......
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