Fixed awk bug for firewall rules.
This commit is contained in:
@@ -339,7 +339,8 @@ attach_topspeed_console() {
|
||||
fi
|
||||
|
||||
clear
|
||||
echo "Attaching to the Top Speed console. Detach with Ctrl-b d."
|
||||
echo "Attaching to the Top Speed console."
|
||||
echo "To detach from the server and leave it running, press Ctrl+b followed by d."
|
||||
# `sudoFlags` is initialized by the main launcher before sourcing this file.
|
||||
# shellcheck disable=SC2154
|
||||
sudo "${sudoFlags[@]}" -u "$topspeedUser" tmux attach-session -t "$topspeedSessionName"
|
||||
|
||||
Reference in New Issue
Block a user