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