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)
|
present)
|
||||||
case "$os" in
|
case "$os" in
|
||||||
archlinux)
|
archlinux)
|
||||||
echo sed -i /etc/rc.conf \"s/^\\(DAEMONS=.*\\))/\\1 $name)/\"
|
echo sed -i /etc/rc.conf \'s/^\\(DAEMONS=.*\\))/\\1 $name)/\'
|
||||||
;;
|
;;
|
||||||
debian|ubuntu)
|
debian|ubuntu)
|
||||||
# This does not work as expected:
|
# This does not work as expected:
|
||||||
|
|
Loading…
Reference in a new issue