diff options
Diffstat (limited to 'scripts/build/installer_debian-installer')
-rwxr-xr-x | scripts/build/installer_debian-installer | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/build/installer_debian-installer b/scripts/build/installer_debian-installer index 12c05f31e..5e1073851 100755 --- a/scripts/build/installer_debian-installer +++ b/scripts/build/installer_debian-installer @@ -52,8 +52,7 @@ Echo_message "Begin installing debian-installer..." Require_stagefile config bootstrap # Checking stage file -STAGE_FILE="installer_debian-installer" -Check_stagefile "${STAGE_FILE}" +Check_stagefile # Acquire lock file Acquire_lockfile @@ -881,4 +880,4 @@ Save_package_cache binary Remove_package # Creating stage file -Create_stagefile "${STAGE_FILE}" +Create_stagefile |