fixup! implement optional stage4 tar archival

This commit is contained in:
parazyd 2017-09-11 14:03:24 +02:00
parent f6ecc0e41b
commit 0b1a5598cb
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ EOF
chroot-script addcachepubkey || zerr
}
if [ -n "$TAR_STAGE4" ]]; then
if [[ -n "$TAR_STAGE4" ]]; then
bootstrap_tar_unpack "$bootstrap_tgz_stage4" "$strapdir" || zerr
else
bootstrap_tar_pack "$bootstrap_tgz_stage3" || zerr