From 375de04635780b2f8dab57db16f7c4202cf1402d Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Mon, 12 Aug 2024 23:47:47 +0200 Subject: [PATCH] Update update_realm_ip.sh --- script/update_realm_ip.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/update_realm_ip.sh b/script/update_realm_ip.sh index 6962f59..80b9918 100755 --- a/script/update_realm_ip.sh +++ b/script/update_realm_ip.sh @@ -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}"