wok diff ntpclient/receipt @ rev 21259

updated libmowgli and libmowgli-dev (2.0.0 -> 2.1.3)
author Hans-G?nter Theisgen
date Fri Apr 12 11:33:57 2019 +0100 (2019-04-12)
parents 77be6b57303b
children ad8b9ff412d2
line diff
     1.1 --- a/ntpclient/receipt	Thu Mar 10 02:23:56 2016 +0200
     1.2 +++ b/ntpclient/receipt	Fri Apr 12 11:33:57 2019 +0100
     1.3 @@ -31,7 +31,7 @@
     1.4  	[ -n "$1" -o -n "$quiet" ] && return
     1.5  	echo -en '\nDo you want to run ntpclient in automatic mode (y/N): '
     1.6  	read -t 30 anser
     1.7 -		if [ "$anser" == 'y' ]; then
     1.8 +		if [ "$anser" = 'y' ]; then
     1.9  			srv='fr.pool.ntp.org'
    1.10  			action 'Setting up crontab for ntpclient...'
    1.11  			crontab -l  2>/dev/null | grep -q '/usr/bin/ntpclient -s -h' ||