diff options
Diffstat (limited to 'cron/live-build-cron-images')
-rwxr-xr-x | cron/live-build-cron-images | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cron/live-build-cron-images b/cron/live-build-cron-images index 3054e4c9f..48c8d3115 100755 --- a/cron/live-build-cron-images +++ b/cron/live-build-cron-images @@ -162,7 +162,7 @@ Build () for FLAVOUR in ${FLAVOURS} do - if [ -e .stage ] + if [ -e .build ] then lb clean fi |