fixup! Implement Dockerfile parsing through blends.

This commit is contained in:
parazyd 2018-09-18 16:40:30 +02:00
parent 7099be9155
commit d56486e849
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
1 changed files with 1 additions and 1 deletions

2
sdk
View File

@ -128,7 +128,7 @@ blend_postinst() {
ckreq || return 1 ckreq || return 1
notice "executing blend postinst" notice "executing blend postinst"
cat << ___EOF___ | sudo tee \$strapdir/blendpostinst cat << ___EOF___ | sudo tee \$strapdir/blendpostinst >/dev/null
${parsedfile} ${parsedfile}
___EOF___ ___EOF___