wok diff mosh/receipt @ rev 21220

Up collectd-bind (5.8.1), foomatic-db-engine (4.0.13), freeimage (3.1.8.0), perl-datetime-format-mail (0.403)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 10 13:37:55 2019 +0200 (2019-04-10)
parents cbea337525dd
children 68d83aa227f4
line diff
     1.1 --- a/mosh/receipt	Sun Aug 20 18:36:55 2017 +0200
     1.2 +++ b/mosh/receipt	Wed Apr 10 13:37:55 2019 +0200
     1.3 @@ -49,7 +49,7 @@
     1.4  EOT
     1.5  		echo -n "Add -a for DROPBEAR_OPTIONS in /etc/daemons.conf now ?"
     1.6  		read -t 30 answer
     1.7 -		[ "$answer" == "y" ] && 
     1.8 +		[ "$answer" = "y" ] && 
     1.9  		sed -i 's/^DROPBEAR_OPTIONS="/&-a /' "$1/etc/daemons.conf" &&
    1.10  		[ -z "$1" ] && /etc/init.d/dropbear restart
    1.11  	fi