diff options
Diffstat (limited to 'helpers/lh_chroot_sysvinit')
-rwxr-xr-x | helpers/lh_chroot_sysvinit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_chroot_sysvinit b/helpers/lh_chroot_sysvinit index 0bd0db28f..7c8c98312 100755 --- a/helpers/lh_chroot_sysvinit +++ b/helpers/lh_chroot_sysvinit @@ -37,7 +37,7 @@ Check_lockfile .lock # Creating lock file Create_lockfile .lock -if [ "${LH_SYSVINIT}" = "enabled" ] +if [ "${LH_SYSVINIT}" = "true" ] then # Disable all for FILE in chroot/etc/init.d/* |