From 79fcb309da98f90bea90f6087fd818d988d2a3fa Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Thu, 16 Jan 2020 21:18:22 +0100 Subject: [PATCH] fix https://github.com/nextcloud/vm/issues/1039 --- 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 28469bce..88097d5a 100644 --- a/nextcloud_install_production.sh +++ b/nextcloud_install_production.sh @@ -390,7 +390,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" print_text_in_color "$ICyan" "Configuring update notifications specific for this server..." -download_static_script updatenotification.sh +download_static_script updatenotification check_command chmod +x "$SCRIPTS"/updatenotification.sh crontab -u root -l | { cat; echo "59 $AUT_UPDATES_TIME * * 6 $SCRIPTS/updatenotification.sh > /dev/null 2>&1"; } | crontab -u root -