diff options
Diffstat (limited to 'helpers/lh_chroot_tasks')
-rwxr-xr-x | helpers/lh_chroot_tasks | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_chroot_tasks b/helpers/lh_chroot_tasks index 0e096d4..9b6da5b 100755 --- a/helpers/lh_chroot_tasks +++ b/helpers/lh_chroot_tasks @@ -46,7 +46,7 @@ Check_lockfile .lock # Creating lock file Create_lockfile .lock -if [ -n "${LIVE_TASKS}" ] +if [ -n "${LIVE_TASKS}" ] && [ "${LIVE_TASKS}" != "none" ] then # Restoring cache Restore_cache cache/packages_tasks |