diff options
Diffstat (limited to 'helpers/lh_chroot_local-hooks')
-rwxr-xr-x | helpers/lh_chroot_local-hooks | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_chroot_local-hooks b/helpers/lh_chroot_local-hooks index 33718b082..5798aabf1 100755 --- a/helpers/lh_chroot_local-hooks +++ b/helpers/lh_chroot_local-hooks @@ -57,7 +57,7 @@ then fi # Executing hook - Chroot "/root/$(basename ${HOOK})" + Chroot chroot "/root/$(basename ${HOOK})" # Removing hook rm -f chroot/root/"$(basename ${HOOK})" |