mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-12 02:48:27 +00:00
Fix typo in staging directory based file removal
Fixes: 74fe4c9 Remove files removed by Steam update
This commit is contained in:
parent
c4c47402c8
commit
425e4f07f9
@ -1068,7 +1068,7 @@ doUpdate() {
|
||||
find Engine ShooterGame linux64 -depth -print |
|
||||
grep -v '^ShooterGame/\(Saved\|Content/Mods\)' |
|
||||
while read f; do
|
||||
if [ ! -e "staging/${f}" ]; then
|
||||
if [ ! -e "${arkStagingDir}/${f}" ]; then
|
||||
if [ -f "$f" ]; then
|
||||
rm "${f}"
|
||||
else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user