forked from ungleich-public/cdist
Protect postfix variables in options
This commit is contained in:
parent
9496b2345e
commit
4009bbd779
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ case "$state_should" in
|
|||
remove_entry
|
||||
fi
|
||||
cat << DONE
|
||||
cat >> "$config" << ${__type##*/}_DONE
|
||||
cat >> "$config" << "${__type##*/}_DONE"
|
||||
$(cat "$entry")
|
||||
${__type##*/}_DONE
|
||||
DONE
|
||||
|
|
Loading…
Reference in a new issue