diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/g-i-installation.sh | 14 |
1 files changed, 7 insertions, 7 deletions
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 |