mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-24 07:28:27 +00:00
fixed output spaces
This commit is contained in:
parent
362fa3a3c5
commit
b9b157c7e5
@ -222,18 +222,18 @@ doUpdate() {
|
|||||||
#
|
#
|
||||||
printStatus(){
|
printStatus(){
|
||||||
if isTheServerRunning ;then
|
if isTheServerRunning ;then
|
||||||
echo -e "$NORMAL" "Server running:" "$GREEN" "Yes" "$NORMAL"
|
echo -e "$NORMAL" "Server running: " "$GREEN" "Yes" "$NORMAL"
|
||||||
else
|
else
|
||||||
echo -e "$NORMAL" "Server running:" "$RED" "No" "$NORMAL"
|
echo -e "$NORMAL" "Server running: " "$RED" "No" "$NORMAL"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if isTheServerDown ;then
|
if isTheServerDown ;then
|
||||||
echo -e "$NORMAL" "Server online:" "$RED" " No" "$NORMAL"
|
echo -e "$NORMAL" "Server online: " "$RED" "No" "$NORMAL"
|
||||||
else
|
else
|
||||||
echo -e "$NORMAL" "Server online:" "$GREEN" " Yes" "$NORMAL"
|
echo -e "$NORMAL" "Server online: " "$GREEN" "Yes" "$NORMAL"
|
||||||
fi
|
fi
|
||||||
getCurrentVersion
|
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