From c35e6ca52502a2d7607a2a12ee77ab1de52c9503 Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Mon, 12 Aug 2024 21:06:51 +0200 Subject: [PATCH] Update update_realm_ip.sh --- helper/update_realm_ip.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper/update_realm_ip.sh b/helper/update_realm_ip.sh index 6c476ab..6962f59 100755 --- a/helper/update_realm_ip.sh +++ b/helper/update_realm_ip.sh @@ -9,7 +9,7 @@ then fi 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 echo "Server realm IP updated..."