Update update_realm_ip.sh

This commit is contained in:
bash
2024-08-12 21:06:51 +02:00
committed by GitHub
parent 615d8ee76a
commit c35e6ca525

View File

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