Update update_realm_ip.sh

This commit is contained in:
bash
2024-08-13 01:37:47 +02:00
committed by GitHub
parent 9a0de291f3
commit 948b2a634a

View File

@@ -12,4 +12,7 @@ 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 " "
echo "###########################################################################################"
echo "Server realm IP updated: ${REALM_IP}"
echo "###########################################################################################"