forked from ungleich-public/cdist
prefer ' over "
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
6d14e32911
commit
1b263b57cf
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ case "$state_should" in
|
|||
present)
|
||||
case "$os" in
|
||||
archlinux)
|
||||
echo sed -i /etc/rc.conf \"s/^\\(DAEMONS=.*\\))/\\1 $name)/\"
|
||||
echo sed -i /etc/rc.conf \'s/^\\(DAEMONS=.*\\))/\\1 $name)/\'
|
||||
;;
|
||||
debian|ubuntu)
|
||||
# This does not work as expected:
|
||||
|
|
Loading…
Reference in a new issue