diff options
Diffstat (limited to 'scripts/build/source_hdd')
-rwxr-xr-x | scripts/build/source_hdd | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/build/source_hdd b/scripts/build/source_hdd index f56a15304..d19c05a41 100755 --- a/scripts/build/source_hdd +++ b/scripts/build/source_hdd @@ -37,8 +37,7 @@ Echo_message "Begin building source hdd image..." Require_stagefile config source_debian # Checking stage file -STAGE_FILE="source_hdd" -Check_stagefile "${STAGE_FILE}" +Check_stagefile # Acquire lock file Acquire_lockfile @@ -149,4 +148,4 @@ fi Remove_package # Creating stage file -Create_stagefile "${STAGE_FILE}" +Create_stagefile |