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..."