Fix templating with quotes and comments
This commit is contained in:
parent
6d1ebff3d5
commit
6fd8d5bd8f
@ -3,5 +3,7 @@ kickstart.stream.contains() {
|
||||
}
|
||||
|
||||
kickstart.stream.template() {
|
||||
eval "echo -e \"`cat`\""
|
||||
eval "cat <<KICKSTART
|
||||
$(cat)
|
||||
KICKSTART"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user