mirror of https://github.com/parazyd/arm-sdk.git
fixup! Implement Dockerfile parsing through blends.
This commit is contained in:
parent
7099be9155
commit
d56486e849
2
sdk
2
sdk
|
|
@ -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___
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue