Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorszaimen <szaimen@e.mail.de>2020-09-12 23:45:54 +0300
committerGitHub <noreply@github.com>2020-09-12 23:45:54 +0300
commitc9938f76b4da6673c1b8ca85c777c4bb9ddce2c6 (patch)
treec2fd7262df9d679baf30235c9bfd025f95e2d2fb /nextcloud_install_production.sh
parenteabdc0cd91135b168e4aeb60a062c1156c9f7f00 (diff)
updatenotification ist stable (#1445)
Diffstat (limited to 'nextcloud_install_production.sh')
-rw-r--r--nextcloud_install_production.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/nextcloud_install_production.sh b/nextcloud_install_production.sh
index cdd01f6e..31830406 100644
--- a/nextcloud_install_production.sh
+++ b/nextcloud_install_production.sh
@@ -403,6 +403,7 @@ crontab -u www-data -l | { cat; echo "*/5 * * * * php -f $NCPATH/cron.php >
# Run the updatenotification on a schelude
occ_command config:system:set upgrade.disable-web --value="true"
+occ_command config:app:set updatenotification notify_groups --value="[]"
print_text_in_color "$ICyan" "Configuring update notifications specific for this server..."
download_script STATIC updatenotification
check_command chmod +x "$SCRIPTS"/updatenotification.sh