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