diff --git a/script/update_realm_ip.sh b/script/update_realm_ip.sh index 80b9918..c17e07f 100755 --- a/script/update_realm_ip.sh +++ b/script/update_realm_ip.sh @@ -12,4 +12,7 @@ sed -e "s/{{REALM_IP}}/$REALM_IP/g" \ "${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 " " +echo "###########################################################################################" echo "Server realm IP updated: ${REALM_IP}" +echo "###########################################################################################"