feat: Progress to add Splatoon servers

This commit is contained in:
Akatsuki Levi
2024-04-12 19:17:06 -03:00
parent f77d3bd8d5
commit 58a76230df
20 changed files with 185 additions and 8 deletions

View File

@@ -130,6 +130,7 @@ echo "SERVER_IP=$server_ip" >>"$git_base_dir/.env"
echo "PN_FRIENDS_SECURE_SERVER_HOST=$server_ip" >>./friends.local.env
echo "PN_WIIU_CHAT_SECURE_SERVER_LOCATION=$server_ip" >>./wiiu-chat.local.env
echo "PN_SMM_SECURE_SERVER_HOST=$server_ip" >>./super-mario-maker.local.env
echo "PN_SPLATOON_AUTHENTICATION_SERVER_HOST=$server_ip" >>./splatoon.local.env
# Get the Wii U IP address
if [[ -n "$wiiu_ip" ]]; then