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 e4746d6ee..933da573e 100755 --- a/helpers/lh_chroot_sysvinit +++ b/helpers/lh_chroot_sysvinit @@ -27,7 +27,7 @@ Create_lockfile "${LIVE_ROOT}"/.lock # Checking stage file Check_stagefile "${LIVE_ROOT}"/.stage/chroot_sysvinit -if [ "${LIVE_SYSVINIT}" = "disabled" ] +if [ "${LIVE_SYSVINIT}" = "enabled" ] then # Disable all for FILE in "${LIVE_CHROOT}"/etc/init.d/* |