diff options
Diffstat (limited to 'helpers/lh_chroot_symlinks')
-rwxr-xr-x | helpers/lh_chroot_symlinks | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_chroot_symlinks b/helpers/lh_chroot_symlinks index abdbbf761..576f06e2e 100755 --- a/helpers/lh_chroot_symlinks +++ b/helpers/lh_chroot_symlinks @@ -23,7 +23,7 @@ Arguments "${@}" Read_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source Set_defaults -if [ "${LH_SYMLINKS}" != "enabled" ] +if [ "${LH_SYMLINKS}" != "true" ] then exit 0 fi |