mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-15 03:58:27 +00:00
improved output of update command
This commit is contained in:
parent
69e6c8e421
commit
2366c21fd5
@ -217,9 +217,8 @@ doUpdate() {
|
||||
doStart
|
||||
fi
|
||||
else
|
||||
echo "No update available"
|
||||
echo "$timestamp: No update needed." >> "$logdir/update.log"
|
||||
tail -n 1 "$logdir/update.log"
|
||||
echo "Your server is already up to date! The most recent version is ${bnumber}."
|
||||
echo "$timestamp: No update needed." >> "$logdir/update.log"
|
||||
fi;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user