install file sharing app

This commit is contained in:
Sebastian Hugentobler 2018-01-30 09:57:44 +01:00
parent 79e2f96c2a
commit e71a0d4c44
2 changed files with 3 additions and 0 deletions

View file

@ -21,6 +21,7 @@ if [ $? -ne 1 ]; then
s6-setuidgid nginx ./occ config:app:set --value cron core backgroundjobs_mode
s6-setuidgid nginx ./occ app:enable user_ldap
s6-setuidgid nginx ./occ app:enable files_sharing
s6-setuidgid nginx ./occ app:enable files_texteditor
fi
s6-setuidgid nginx ./occ config:system:set --value "https://$DOMAIN" overwrite.cli.url