diff options
Diffstat (limited to 'scripts/build/binary_netboot')
-rwxr-xr-x | scripts/build/binary_netboot | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/build/binary_netboot b/scripts/build/binary_netboot index c2285edda..edb1cfaf1 100755 --- a/scripts/build/binary_netboot +++ b/scripts/build/binary_netboot @@ -37,8 +37,7 @@ Echo_message "Begin building binary netboot image..." Require_stagefile config bootstrap # Checking stage file -STAGE_FILE="binary_netboot" -Check_stagefile "${STAGE_FILE}" +Check_stagefile # Acquire lock file Acquire_lockfile @@ -105,4 +104,4 @@ then fi # Creating stage file -Create_stagefile "${STAGE_FILE}" +Create_stagefile |