mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
fix upgrade.disable-web (#1823)
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
d0347e611b
commit
8d1fbce04e
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user