Update update_realm_name.sh

This commit is contained in:
bash
2025-08-10 15:08:16 +02:00
committed by GitHub
parent e634f8a716
commit 3d3c1d9d7d

View File

@@ -10,7 +10,7 @@ fi
sed -e "s/{{REALM_NAME}}/$REALM_NAME/g" \ sed -e "s/{{REALM_NAME}}/$REALM_NAME/g" \
"${ROOT_DIR}/sql/update_realm_name.sql" > "/tmp/update_realm_name.sql" "${ROOT_DIR}/sql/update_realm_name.sql" > "/tmp/update_realm_name.sql"
sudo mysql -u root -p --database="acore_characters" < /tmp/update_realm_name.sql sudo mysql -u root --database="acore_characters" < /tmp/update_realm_name.sql
echo " " echo " "
echo "###########################################################################################" echo "###########################################################################################"