mirror of
https://github.com/hermensbas/azerothcore_installer.git
synced 2026-01-31 00:03:47 +00:00
Update update_realm_ip.sh
This commit is contained in:
@@ -9,7 +9,7 @@ then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
sed -e "s/{{REALM_IP}}/$REALM_IP/g" \
|
sed -e "s/{{REALM_IP}}/$REALM_IP/g" \
|
||||||
"${ROOT_DIR}/../sql/update_realm_ip.sql" > "/tmp/update_realm_ip.sql"
|
"${ROOT_DIR}/sql/update_realm_ip.sql" > "/tmp/update_realm_ip.sql"
|
||||||
sudo mysql -u root --database="acore_characters" < /tmp/update_realm_ip.sql
|
sudo mysql -u root --database="acore_characters" < /tmp/update_realm_ip.sql
|
||||||
|
|
||||||
echo "Server realm IP updated..."
|
echo "Server realm IP updated..."
|
||||||
|
|||||||
Reference in New Issue
Block a user