Merge branch 'master' into install_integration
This commit is contained in:
commit
26fcbbb4ef
9 changed files with 84 additions and 21 deletions
|
|
@ -58,7 +58,7 @@ case "$state_should" in
|
|||
|
||||
# Only replace ' with '"'"' and keep \ as they are
|
||||
line_sanitised=$(cat "$__object/parameter/line" | sed -e "s/'/'\"'\"'/g")
|
||||
echo "printf '%s\n' '$line_sanitised' >> $file"
|
||||
printf '%s' "printf '%s\n' '$line_sanitised' >> $file"
|
||||
|
||||
;;
|
||||
absent)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue