mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-28 01:08:27 +00:00
Merge pull request #376 from klightspeed/1.5-dev#fix-74fe4c9-staging
Fix typo in staging directory based file removal
This commit is contained in:
commit
4c0762643b
@ -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