Fix fileshare skeleton
This commit is contained in:
parent
98976700a9
commit
5d48521875
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
rm -R /var/www/owncloud/core/skeleton/*
|
rm -R /var/www/owncloud/core/skeleton/* || true
|
||||||
|
|
||||||
true
|
true
|
||||||
|
|
Loading…
Reference in New Issue