From 6596ba4222e2158ac7aff416dd421f665188a1d5 Mon Sep 17 00:00:00 2001 From: Steven Chamberlain Date: Sun, 3 May 2015 14:56:02 +0100 Subject: g-i: clean up whitespace --- bin/g-i-installation.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'bin/g-i-installation.sh') diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index 83ce9ca9..8c7a9728 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -1271,13 +1271,13 @@ trap cleanup_all INT TERM EXIT # install image preparation # if [ ! -z "$NETBOOT" ] ; then - # - # if there is a netboot installer tarball... - # - fetch_if_newer "$NETBOOT" "$URL" - sha256sum "$NETBOOT" - # try to extract, otherwise clean up and abort - if ! tar -zxvf "$NETBOOT" ; then + # + # if there is a netboot installer tarball... + # + fetch_if_newer "$NETBOOT" "$URL" + sha256sum "$NETBOOT" + # try to extract, otherwise clean up and abort + if ! tar -zxvf "$NETBOOT" ; then echo "tarball seems corrupt; deleting it" rm -f "$NETBOOT" exit 1 -- cgit v1.2.3-54-g00ecf