Commit 096f5c80 authored by daidekun's avatar daidekun

hb

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