From 3e0228ae2ae5cd8812e43cd2caa63fcef595efa0 Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Mon, 12 Sep 2022 10:43:38 -0400 Subject: [PATCH 1/2] fixed typo --- setup/nextcloud.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/nextcloud.sh b/setup/nextcloud.sh index a3317bde..806509e3 100755 --- a/setup/nextcloud.sh +++ b/setup/nextcloud.sh @@ -328,7 +328,7 @@ sudo -u www-data \ photos dashboard activity circles federation files_sharing \ notifications files_pdfviewer password_policy systemtags comments \ privacy recommendations files_rightclick sharebymail support text \ - theming survey_client user_status weather_status files_videoplayer + theming survey_client user_status weather_status files_videoplayer \ | (grep -v "No such app enabled" || /bin/true) # Update config.php. From 09feb04cae1d032b6bb65ba36187c27ebd138c6d Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Mon, 12 Sep 2022 12:25:49 -0400 Subject: [PATCH 2/2] Rotate the nextcloud log --- setup/nextcloud.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/setup/nextcloud.sh b/setup/nextcloud.sh index 806509e3..d912a486 100755 --- a/setup/nextcloud.sh +++ b/setup/nextcloud.sh @@ -413,6 +413,19 @@ cat > /etc/cron.d/mailinabox-nextcloud << EOF; EOF chmod +x /etc/cron.d/mailinabox-nextcloud +# Rotate the nextcloud.log file +cat > /etc/logrotate.d/nextcloud <