1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-17 17:57:23 +01:00

Fixes for 20.04 version

This commit is contained in:
Jan van de Wijdeven
2021-04-11 23:09:41 +02:00
parent daf5a62e83
commit d9629caab7
5 changed files with 36 additions and 14 deletions

View File

@@ -43,7 +43,7 @@ InstallNextcloud() {
rm -f /tmp/nextcloud.zip
# Empty the skeleton dir to save some space for each new user
rm -f /usr/local/lib/owncloud/core/skeleton/*
rm -rf /usr/local/lib/owncloud/core/skeleton/*
# The two apps we actually want are not in Nextcloud core. Download the releases from
# their github repositories.