add gallery app

This commit is contained in:
Sebastian Hugentobler 2018-02-01 11:53:53 +01:00
parent d3959f3de6
commit 34281fbb77
2 changed files with 2 additions and 0 deletions

View file

@ -22,6 +22,7 @@ if [ ! -f /var/lib/nextcloud/data/.installed ]; then
s6-setuidgid nginx ./occ app:enable files_texteditor
s6-setuidgid nginx ./occ app:enable files_pdfviewer
s6-setuidgid nginx ./occ app:enable theming
s6-setuidgid nginx ./occ app:enable gallery
touch /var/lib/nextcloud/data/.installed
fi