Skip to content

Commit 00fb65a

Browse files
improved after_install.sh
Signed-off-by: Jonathan Treffler <[email protected]>
1 parent 55d6d5d commit 00fb65a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: gitpod/nextcloud/after-install.sh

+4
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,8 @@ run_as "php /var/www/html/occ config:system:set debug --value='true' --type=bool
1515
# Weirdly the Nextcloud docker activates user_saml app automatically but doesn't run the migration steps necessary for it to work
1616
run_as "php /var/www/html/occ migrations:migrate user_saml"
1717

18+
run_as "php /var/www/html/occ app:disable firstrunwizard"
19+
20+
run_as "php /var/www/html/occ config:system:set defaultapp --value='files'"
21+
1822
apache2-foreground

0 commit comments

Comments
 (0)