Skip to content

Commit

Permalink
improved after_install.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Treffler <[email protected]>
  • Loading branch information
JonathanTreffler committed Jul 23, 2021
1 parent 55d6d5d commit 00fb65a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gitpod/nextcloud/after-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@ run_as "php /var/www/html/occ config:system:set debug --value='true' --type=bool
# Weirdly the Nextcloud docker activates user_saml app automatically but doesn't run the migration steps necessary for it to work
run_as "php /var/www/html/occ migrations:migrate user_saml"

run_as "php /var/www/html/occ app:disable firstrunwizard"

run_as "php /var/www/html/occ config:system:set defaultapp --value='files'"

apache2-foreground

0 comments on commit 00fb65a

Please sign in to comment.