Mistakenly set tcp for top speed server. Fixed that.

This commit is contained in:
Storm Dragon
2026-04-18 14:46:01 -04:00
parent da12d231eb
commit 863495d169

View File

@@ -274,12 +274,6 @@ configure_topspeed_firewall() {
fi
# `sudoFlags` is initialized by the main launcher before sourcing this file.
# shellcheck disable=SC2154
if ! sudo "${sudoFlags[@]}" ufw allow "${topspeedServerPort}/tcp"; then
msgbox "Failed to allow the Top Speed server port ${topspeedServerPort}/tcp."
return 1
fi
# shellcheck disable=SC2154
if ! sudo "${sudoFlags[@]}" ufw allow "${topspeedServerPort}/udp"; then
msgbox "Failed to allow the Top Speed server port ${topspeedServerPort}/udp."