fix files not being removed properly
This commit is contained in:
parent
f9b1e40d47
commit
d16cc83c2f
@ -19,8 +19,9 @@ else
|
|||||||
cd /data
|
cd /data
|
||||||
rm -rf \
|
rm -rf \
|
||||||
.gitignore \
|
.gitignore \
|
||||||
.github
|
.github \
|
||||||
.htaccess \
|
.htaccess \
|
||||||
|
cache/.htaccess \
|
||||||
changelog.txt \
|
changelog.txt \
|
||||||
CONTRIBUTORS.md \
|
CONTRIBUTORS.md \
|
||||||
docker-compose.yaml \
|
docker-compose.yaml \
|
||||||
@ -28,6 +29,7 @@ else
|
|||||||
nginx.example \
|
nginx.example \
|
||||||
README.md \
|
README.md \
|
||||||
web.config.example \
|
web.config.example \
|
||||||
|
uploads/placeholder.txt \
|
||||||
set +x
|
set +x
|
||||||
echo "Done!"
|
echo "Done!"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user