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 a7ceefe62..4fffd146a 100755 --- a/helpers/lh_chroot_symlinks +++ b/helpers/lh_chroot_symlinks @@ -32,7 +32,7 @@ Read_conffile config/binary Read_conffile config/source Set_defaults -if [ "${LIVE_SYMLINKS}" != "enabled" ] +if [ "${LH_SYMLINKS}" != "enabled" ] then exit 0 fi |