fix files not being removed properly
This commit is contained in:
parent
f9b1e40d47
commit
d16cc83c2f
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user