remove comment

This commit is contained in:
Max 2019-06-19 15:27:11 -04:00
parent e9cecfcc96
commit fa31574de7
No known key found for this signature in database
GPG key ID: 0BDA73476CD8AB10

View file

@ -284,7 +284,7 @@ configure_cron() {
echo
echo -n "Installing daily cron job... "
#changes go here
schedule=$(grep "cron.daily" crontab)
if [ -z "$schedule" ]; then
schedule="0 4 * * * "