wok rev 17693

ntpclient: edit typo (bug 131 fix)
author Richard Dunbar <mojo@slitaz.org>
date Mon Feb 23 04:23:26 2015 -0500 (2015-02-23)
parents 2b9e61f7570e
children 8cc153efc631
files ntpclient/receipt
line diff
     1.1 --- a/ntpclient/receipt	Mon Feb 23 10:14:13 2015 +0100
     1.2 +++ b/ntpclient/receipt	Mon Feb 23 04:23:26 2015 -0500
     1.3 @@ -30,7 +30,7 @@
     1.4  {
     1.5      [ -n "$1" ] && return
     1.6      echo ""
     1.7 -    echo -n "Do you want to run ntpclient in automatic mode (y/N): "; read t 30 anser
     1.8 +    echo -n "Do you want to run ntpclient in automatic mode (y/N): "; read -t 30 anser
     1.9      	if [ "$anser" == "y" ]; then
    1.10      		srv="fr.pool.ntp.org"
    1.11              echo ""