Update update_realm_ip.sh

This commit is contained in:
bash
2024-08-12 23:47:47 +02:00
committed by GitHub
parent 2da67bd115
commit 375de04635

View File

@@ -12,4 +12,4 @@ sed -e "s/{{REALM_IP}}/$REALM_IP/g" \
"${ROOT_DIR}/sql/update_realm_ip.sql" > "/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: ${REALM_IP}"