diff options
Diffstat (limited to 'helpers/lh_binary_hdd')
-rwxr-xr-x | helpers/lh_binary_hdd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/helpers/lh_binary_hdd b/helpers/lh_binary_hdd index 5a450ab38..545ae84b8 100755 --- a/helpers/lh_binary_hdd +++ b/helpers/lh_binary_hdd @@ -41,15 +41,15 @@ do # Requiring stage file Require_stagefile .stage/bootstrap + # Checking stage file + Check_stagefile .stage/binary_hdd + # Checking lock file Check_lockfile .lock # Creating lock file Create_lockfile .lock - # Checking stage file - Check_stagefile .stage/binary_hdd - # Remove old binary if [ -f binary-hdd.tar.gz ] then |