mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-16 12:28:27 +00:00
Add Steam connect link to status output
This commit is contained in:
parent
848dcf6c2f
commit
4778815a66
@ -2921,6 +2921,7 @@ printStatus(){
|
||||
if isTheServerOnline; then
|
||||
echo -e "$NORMAL" "Server online: " "$GREEN" "Yes" "$NORMAL"
|
||||
echo -e "$NORMAL" "ARKServers link: " "$GREEN" "http://arkservers.net/server/${publicip}:$(getQueryPort)" "$NORMAL"
|
||||
echo -e "$NORMAL" "Steam connect link: " "$GREEN" "steam://connect/${publicip}:$(getQueryPort)" "$NORMAL"
|
||||
else
|
||||
echo -e "$NORMAL" "Server online: " "$RED" "No" "$NORMAL"
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user