From d56486e84944ab03079d65acb09f60d2227e6751 Mon Sep 17 00:00:00 2001 From: parazyd Date: Tue, 18 Sep 2018 16:40:30 +0200 Subject: [PATCH] fixup! Implement Dockerfile parsing through blends. --- sdk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk b/sdk index 12c709e..d8ecb86 100755 --- a/sdk +++ b/sdk @@ -128,7 +128,7 @@ blend_postinst() { ckreq || return 1 notice "executing blend postinst" - cat << ___EOF___ | sudo tee \$strapdir/blendpostinst + cat << ___EOF___ | sudo tee \$strapdir/blendpostinst >/dev/null ${parsedfile} ___EOF___