Fix fileshare skeleton

This commit is contained in:
philipp lang 2024-07-13 17:44:03 +02:00
parent 98976700a9
commit 5d48521875
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
rm -R /var/www/owncloud/core/skeleton/*
rm -R /var/www/owncloud/core/skeleton/* || true
true