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
|
remove_entry
|
||||||
fi
|
fi
|
||||||
cat << DONE
|
cat << DONE
|
||||||
cat >> "$config" << ${__type##*/}_DONE
|
cat >> "$config" << "${__type##*/}_DONE"
|
||||||
$(cat "$entry")
|
$(cat "$entry")
|
||||||
${__type##*/}_DONE
|
${__type##*/}_DONE
|
||||||
DONE
|
DONE
|
||||||
|
|
Loading…
Reference in a new issue