From 4cbdaecba25b8fe34dd86a8cbe36918abc2748bf Mon Sep 17 00:00:00 2001 From: Jonathan Treffler Date: Wed, 31 Jul 2024 09:46:15 +0000 Subject: [PATCH] gitpod update --- .gitignore | 1 + gitpod/nextcloud/after-install.sh | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bba7861 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +gitpod/server/ \ No newline at end of file diff --git a/gitpod/nextcloud/after-install.sh b/gitpod/nextcloud/after-install.sh index 4274be3..decad5b 100644 --- a/gitpod/nextcloud/after-install.sh +++ b/gitpod/nextcloud/after-install.sh @@ -32,6 +32,4 @@ run_as "php /var/www/html/occ migrations:migrate groupfolder_tags" run_as "php /var/www/html/occ app:disable firstrunwizard" -run_as "php /var/www/html/occ config:system:set defaultapp --value='groupfolder_tags'" - apache2-foreground \ No newline at end of file