mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-16 12:28:27 +00:00
Merge pull request #1216 from chn42/master
fix missing | in arkmanager for #1215
This commit is contained in:
commit
7b2f9976a6
@ -522,7 +522,7 @@ getSteamAppInfoCache(){
|
||||
stat -c "%Y %n" "${d}/appcache/appinfo.vdf"
|
||||
fi
|
||||
done |
|
||||
sort -n
|
||||
sort -n |
|
||||
tail -n1 |
|
||||
cut -d' ' -f2-
|
||||
)"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user