Commit 096f5c80 authored by daidekun's avatar daidekun

hb

parent d5f4161e
...@@ -58,7 +58,7 @@ done ...@@ -58,7 +58,7 @@ done
if [ "$re_replace_ip" = true ]; then if [ "$re_replace_ip" = true ]; then
for entry in ./* for entry in ./*
do do
echo "is replace ip for $entry" echo "is replace public ip for $entry"
sed -i "s/\:70/${ip_last}:/g" $entry sed -i "s/\:70/:${ip_last}/g" $entry
done done
fi fi
\ No newline at end of file
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