fix comment

This commit is contained in:
Daniel Hansson 2021-05-30 23:32:06 +02:00 committed by GitHub
parent 6f38679761
commit ecb124c278
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -487,7 +487,7 @@ nextcloud_occ status
sleep 3
echo
# Prepare cron.php to be run every 15 minutes
# Prepare cron.php to be run every 5 minutes
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