diff options
Diffstat (limited to 'helpers/lh_chroot_sysvinit')
-rwxr-xr-x | helpers/lh_chroot_sysvinit | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/helpers/lh_chroot_sysvinit b/helpers/lh_chroot_sysvinit index 48eae43a2..4cee00bcb 100755 --- a/helpers/lh_chroot_sysvinit +++ b/helpers/lh_chroot_sysvinit @@ -36,15 +36,15 @@ Breakpoint "chroot_sysvinit: Init" # Requiring stage file Require_stagefile .stage/bootstrap +# Checking stage file +Check_stagefile .stage/chroot_sysvinit + # Checking lock file Check_lockfile .lock # Creating lock file Create_lockfile .lock -# Checking stage file -Check_stagefile .stage/chroot_sysvinit - if [ "${LIVE_SYSVINIT}" = "enabled" ] then # Disable all |