mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-24 15:38:26 +00:00
Fix typo in isUpdateCancelRequested
This commit is contained in:
parent
c9c385deb7
commit
385a909153
@ -1334,7 +1334,7 @@ printWarnMessage(){
|
|||||||
isUpdateCancelRequested(){
|
isUpdateCancelRequested(){
|
||||||
if [ -n "$chatCommandRestartCancel" ]; then
|
if [ -n "$chatCommandRestartCancel" ]; then
|
||||||
local canceltime="$(
|
local canceltime="$(
|
||||||
find "${arkserverrroot}/ShooterGame/Saved/Logs" -name 'ServerGame.*.log' -mmin -5 -print0 |
|
find "${arkserverroot}/ShooterGame/Saved/Logs" -name 'ServerGame.*.log' -mmin -5 -print0 |
|
||||||
xargs -0 grep -F -e "${chatCommandRestartCancel}" |
|
xargs -0 grep -F -e "${chatCommandRestartCancel}" |
|
||||||
sed 's@^[[]\(....\)\.\(..\)\.\(..\)-\(..\)\.\(..\)\.\(..\):.*@\1-\2-\3 \4:\5:\6 UTC@' |
|
sed 's@^[[]\(....\)\.\(..\)\.\(..\)-\(..\)\.\(..\)\.\(..\):.*@\1-\2-\3 \4:\5:\6 UTC@' |
|
||||||
head -n1)"
|
head -n1)"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user