Commit 56c93bc6 authored by daidekun's avatar daidekun

hack bugs

parent 096f5c80
...@@ -59,6 +59,7 @@ if [ "$re_replace_ip" = true ]; then ...@@ -59,6 +59,7 @@ if [ "$re_replace_ip" = true ]; then
for entry in ./* for entry in ./*
do do
echo "is replace public ip for $entry" echo "is replace public ip for $entry"
sed -i "s/${server_host}/${public_ip}/g" $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