diff options
Diffstat (limited to 'helpers/lh_binary_chroot')
-rwxr-xr-x | helpers/lh_binary_chroot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_binary_chroot b/helpers/lh_binary_chroot index e78c725..9691bcc 100755 --- a/helpers/lh_binary_chroot +++ b/helpers/lh_binary_chroot @@ -77,7 +77,7 @@ then exit 0 fi -if [ "${LH_CACHE}" = "enabled" ] && ls cache/stages_rootfs/filesystem* > /dev/null 2>&1 +if [ "${LH_CACHE}" = "enabled" ] && Find_files cache/stages_rootfs/filesystem* then exit 0 fi |