mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
This commit is contained in:
parent
377ceeb6be
commit
79fcb309da
@ -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 -
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user