Small 'cron' problem in Custombuild 2.0

redesb

Verified User
Joined
May 10, 2004
Messages
193
Location
Spain
Custombuild: 2.0.0-RC7 (rev: 1122)

Every time the cron runs (daily) and if no updates, receive an email with the following:

Code:
/etc/cron.daily/custombuild:

--2014-11-16 04:11:58--  http://files.directadmin.com/services/custombuild/versions.txt
Resolving files.directadmin.com... 216.144.254.90, 69.30.193.202
Connecting to files.directadmin.com|216.144.254.90|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 9751 (9.5K) [text/plain]
Saving to: `./versions.txt'

     0K .........                                             100% 41.0K=0.2s

2014-11-16 04:11:58 (41.0 KB/s) - `./versions.txt' saved [9751/9751]
Is this normal?
 
Yes.
Code:
#CustomBuild Settings
custombuild=2.0
autover=yes
bold=yes
clean=yes
cleanapache=yes
clean_old_tarballs=yes
clean_old_webapps=yes
downloadserver=files.directadmin.com

#Cronjob Settings
cron=yes
cron_frequency=daily
[email protected]
notifications=yes
da_autoupdate=no
updates=no
webapps_updates=yes
 
Back
Top