diff options
Diffstat (limited to 'helpers')
-rwxr-xr-x | helpers/lh_chroot_hacks | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_chroot_hacks b/helpers/lh_chroot_hacks index 03fa50b..d436faf 100755 --- a/helpers/lh_chroot_hacks +++ b/helpers/lh_chroot_hacks @@ -68,7 +68,7 @@ EOF fi # Update initramfs - Chroot "update-initramfs -k all -t -u" + Chroot chroot "update-initramfs -k all -t -u" ;; esac |