fix: Added missing Splatoon Auth server port variable

This commit is contained in:
Akatsuki Levi 2024-06-30 20:20:37 -03:00
parent e75e29311b
commit dab12acafd

View File

@ -21,6 +21,7 @@ run_verbose docker compose exec -e SERVER_IP="$SERVER_IP" \
-e MIIVERSE_AES_KEY="$PN_MIIVERSE_API_CONFIG_AES_KEY" \
-e WIIU_CHAT_PORT="$PN_WIIU_CHAT_AUTHENTICATION_SERVER_PORT" \
-e SMM_PORT="$PN_SMM_AUTHENTICATION_SERVER_PORT" \
-e SPLATOON_PORT="$PN_SPLATOON_AUTHENTICATION_SERVER_PORT" \
account node -e "$create_server_script"
print_success "Account servers database is set up."