mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-12 19:08:27 +00:00
fixed output spaces
This commit is contained in:
parent
362fa3a3c5
commit
b9b157c7e5
@ -222,18 +222,18 @@ doUpdate() {
|
||||
#
|
||||
printStatus(){
|
||||
if isTheServerRunning ;then
|
||||
echo -e "$NORMAL" "Server running:" "$GREEN" "Yes" "$NORMAL"
|
||||
echo -e "$NORMAL" "Server running: " "$GREEN" "Yes" "$NORMAL"
|
||||
else
|
||||
echo -e "$NORMAL" "Server running:" "$RED" "No" "$NORMAL"
|
||||
echo -e "$NORMAL" "Server running: " "$RED" "No" "$NORMAL"
|
||||
fi
|
||||
|
||||
if isTheServerDown ;then
|
||||
echo -e "$NORMAL" "Server online:" "$RED" " No" "$NORMAL"
|
||||
echo -e "$NORMAL" "Server online: " "$RED" "No" "$NORMAL"
|
||||
else
|
||||
echo -e "$NORMAL" "Server online:" "$GREEN" " Yes" "$NORMAL"
|
||||
echo -e "$NORMAL" "Server online: " "$GREEN" "Yes" "$NORMAL"
|
||||
fi
|
||||
getCurrentVersion
|
||||
echo -e "$NORMAL" "Server version:" "$GREEN" $instver "$NORMAL"
|
||||
echo -e "$NORMAL" "Server version: " "$GREEN" $instver "$NORMAL"
|
||||
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user