commit d56486e84944ab03079d65acb09f60d2227e6751
parent 7099be91554a39285ae8a10c8f1cae1720852910
Author: parazyd <parazyd@dyne.org>
Date: Tue, 18 Sep 2018 16:40:30 +0200
fixup! Implement Dockerfile parsing through blends.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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___