diff options
Diffstat (limited to 'debian/cron.daily')
-rw-r--r-- | debian/cron.daily | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/cron.daily b/debian/cron.daily index c26168a31..ddee567a2 100644 --- a/debian/cron.daily +++ b/debian/cron.daily @@ -11,11 +11,11 @@ then fi # Checking for live-helper defaults -if [ -r /etc/default/live-helper ] +if [ -r /etc/default/live-helper_autobuild ] then - . /etc/default/live-helper + . /etc/default/live-helper_autobuild else - echo "E: /etc/default/live-helper missing." + echo "E: /etc/default/live-helper_autobuild missing." exit 1 fi |