Update update_realm_name.sh

This commit is contained in:
bash
2024-08-12 23:48:07 +02:00
committed by GitHub
parent 375de04635
commit ad769e2a2a

View File

@@ -12,4 +12,4 @@ sed -e "s/{{REALM_NAME}}/$REALM_NAME/g" \
"${ROOT_DIR}/sql/update_realm_name.sql" > "/tmp/update_realm_name.sql"
sudo mysql -u root --database="acore_characters" < /tmp/update_realm_name.sql
echo "Server realm name updated..."
echo "Server realm name updated: ${REALM_NAME}"