mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-15 20:08:29 +00:00
Fixes typo from last commit
This commit is contained in:
parent
e58ad46797
commit
cd69429405
@ -650,7 +650,7 @@ doUpdateWarn(){
|
||||
return 1
|
||||
fi
|
||||
if [ -n "$msgWarnUpdateSeconds" ]; then
|
||||
warnmsg="$(printf "$msgWarnUpdateSeconds" "$warnmseconds")"
|
||||
warnmsg="$(printf "$msgWarnUpdateSeconds" "$warnseconds")"
|
||||
else
|
||||
warnmsg="$(printf "This ARK server will shutdown for an update in %d seconds" "$warnseconds")"
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user