diff options
Diffstat (limited to 'scripts/build/binary_loopback_cfg')
-rwxr-xr-x | scripts/build/binary_loopback_cfg | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/build/binary_loopback_cfg b/scripts/build/binary_loopback_cfg index 032d8d28e..80a7f275c 100755 --- a/scripts/build/binary_loopback_cfg +++ b/scripts/build/binary_loopback_cfg @@ -31,8 +31,7 @@ Echo_message "Begin installing loopback.cfg..." Require_stagefile config bootstrap # Checking stage file -STAGE_FILE="binary_loopback_cfg" -Check_stagefile "${STAGE_FILE}" +Check_stagefile # Acquire lock file Acquire_lockfile @@ -302,4 +301,4 @@ sed -i -e 's|\ $||g' binary/boot/grub/*.cfg echo "source /boot/grub/grub.cfg" > binary/boot/grub/loopback.cfg # Creating stage file -Create_stagefile "${STAGE_FILE}" +Create_stagefile |