diff options
Diffstat (limited to 'scripts/build/installer_preseed')
-rwxr-xr-x | scripts/build/installer_preseed | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/scripts/build/installer_preseed b/scripts/build/installer_preseed index 6bef6c46b..14b40775e 100755 --- a/scripts/build/installer_preseed +++ b/scripts/build/installer_preseed @@ -33,11 +33,8 @@ Echo_message "Begin including local preseeds..." # Checking stage file Check_stagefile .build/installer_preseed -# Checking lock file -Check_lockfile .lock - -# Creating lock file -Create_lockfile .lock +# Aquire lock file +Acquire_lockfile if ls config/preseed/*.cfg > /dev/null 2>&1 || \ ls config/preseed/*.cfg.installer > /dev/null 2>&1 || \ |