From 8d1fbce04ebcf9f655550edee5f3cd40d6b13797 Mon Sep 17 00:00:00 2001 From: szaimen Date: Wed, 17 Feb 2021 15:43:23 +0100 Subject: [PATCH] fix upgrade.disable-web (#1823) Signed-off-by: szaimen --- nextcloud_install_production.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud_install_production.sh b/nextcloud_install_production.sh index d72ddcf6..04664045 100644 --- a/nextcloud_install_production.sh +++ b/nextcloud_install_production.sh @@ -496,7 +496,7 @@ echo crontab -u www-data -l | { cat; echo "*/5 * * * * php -f $NCPATH/cron.php > /dev/null 2>&1"; } | crontab -u www-data - # Run the updatenotification on a schedule -nextcloud_occ config:system:set upgrade.disable-web --value="true" +nextcloud_occ config:system:set upgrade.disable-web --type=bool --value=true nextcloud_occ config:app:set updatenotification notify_groups --value="[]" print_text_in_color "$ICyan" "Configuring update notifications specific for this server..." download_script STATIC updatenotification