fix files not being removed properly

This commit is contained in:
Robin 2021-05-01 14:22:43 +02:00
parent f9b1e40d47
commit d16cc83c2f

View File

@ -19,8 +19,9 @@ else
cd /data
rm -rf \
.gitignore \
.github
.github \
.htaccess \
cache/.htaccess \
changelog.txt \
CONTRIBUTORS.md \
docker-compose.yaml \
@ -28,6 +29,7 @@ else
nginx.example \
README.md \
web.config.example \
uploads/placeholder.txt \
set +x
echo "Done!"
fi