From 67f901dbeec3363ab678b15f63f8aa6a33eef547 Mon Sep 17 00:00:00 2001 From: Dave Heller Date: Sat, 7 Oct 2017 01:46:42 -0400 Subject: Fixup previous commit Signed-off-by: Dave Heller --- crtSignedContainer.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'crtSignedContainer.sh') diff --git a/crtSignedContainer.sh b/crtSignedContainer.sh index 24bdf39..ea92022 100755 --- a/crtSignedContainer.sh +++ b/crtSignedContainer.sh @@ -316,11 +316,10 @@ test -z "$OUTPUT" && die "Destination imagefile required" if [ "$PAYLOAD" == __none ]; then PAYLOAD=/dev/zero -elif [ ! -f "$PAYLOAD"]; then +elif [ ! -f "$PAYLOAD" ]; then die "Can't open payload file: $PAYLOAD" fi - if [ "$SIGN_MODE" == "production" ] then test -z "$SF_USER" && die "Production mode selected but no signer userid provided" -- cgit v1.2.1