diff options
Diffstat (limited to 'scripts/build/chroot_hacks')
-rwxr-xr-x | scripts/build/chroot_hacks | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/build/chroot_hacks b/scripts/build/chroot_hacks index 1e80d9204..98583558e 100755 --- a/scripts/build/chroot_hacks +++ b/scripts/build/chroot_hacks @@ -27,8 +27,7 @@ Echo_message "Begin executing hacks..." Require_stagefile config bootstrap # Checking stage file -STAGE_FILE="chroot_hacks" -Check_stagefile "${STAGE_FILE}" +Check_stagefile # Acquire lock file Acquire_lockfile @@ -120,4 +119,4 @@ if [ "${LB_SWAP_FILE_PATH}" ]; then fi # Creating stage file -Create_stagefile "${STAGE_FILE}" +Create_stagefile |