diff options
Diffstat (limited to 'helpers/lh_binary_encryption')
-rwxr-xr-x | helpers/lh_binary_encryption | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_binary_encryption b/helpers/lh_binary_encryption index b45b0b489..df518afd3 100755 --- a/helpers/lh_binary_encryption +++ b/helpers/lh_binary_encryption @@ -102,7 +102,7 @@ do case "${LH_CHROOT_BUILD}" in enabled) - if Chroot aespipe -e ${LH_ENCRYPTION} -T \ + if Chroot chroot aespipe -e ${LH_ENCRYPTION} -T \ < chroot/filesystem.${LH_CHROOT_FILESYSTEM} \ > chroot/filesystem.${LH_CHROOT_FILESYSTEM}.tmp then |