mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-22 22:48:29 +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 |
|
find Engine ShooterGame linux64 -depth -print |
|
||||||
grep -v '^ShooterGame/\(Saved\|Content/Mods\)' |
|
grep -v '^ShooterGame/\(Saved\|Content/Mods\)' |
|
||||||
while read f; do
|
while read f; do
|
||||||
if [ ! -e "staging/${f}" ]; then
|
if [ ! -e "${arkStagingDir}/${f}" ]; then
|
||||||
if [ -f "$f" ]; then
|
if [ -f "$f" ]; then
|
||||||
rm "${f}"
|
rm "${f}"
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user