diff options
Diffstat (limited to 'scripts/build/installer_preseed')
-rwxr-xr-x | scripts/build/installer_preseed | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/build/installer_preseed b/scripts/build/installer_preseed index 9aacd9286..5ccdc37aa 100755 --- a/scripts/build/installer_preseed +++ b/scripts/build/installer_preseed @@ -31,8 +31,7 @@ esac Echo_message "Begin including local preseeds..." # Checking stage file -STAGE_FILE="installer_preseed" -Check_stagefile "${STAGE_FILE}" +Check_stagefile # Acquire lock file Acquire_lockfile @@ -63,4 +62,4 @@ then fi # Creating stage file -Create_stagefile "${STAGE_FILE}" +Create_stagefile |