diff options
Diffstat (limited to 'scripts/build/chroot_preseed')
-rwxr-xr-x | scripts/build/chroot_preseed | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/build/chroot_preseed b/scripts/build/chroot_preseed index bd0466e1e..a35d178b3 100755 --- a/scripts/build/chroot_preseed +++ b/scripts/build/chroot_preseed @@ -27,8 +27,7 @@ Echo_message "Begin executing local preseeds..." Require_stagefile config bootstrap # Checking stage file -STAGE_FILE="chroot_preseed" -Check_stagefile "${STAGE_FILE}" +Check_stagefile # Acquire lock file Acquire_lockfile @@ -79,4 +78,4 @@ then fi # Creating stage file -Create_stagefile "${STAGE_FILE}" +Create_stagefile |