Fixes typo from last commit

This commit is contained in:
Marius Linge 2015-09-22 21:40:03 +02:00
parent e58ad46797
commit cd69429405

View File

@ -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