On Tue, Mar 19, 2013 at 6:20 PM, Tim Moody <timmo...@sympatico.ca> wrote: > I have installed 0.2.1 on an XO 1.75 successfully in one go and the XO 1.75
I'll try a 2nd machine. > server and another XO were both able to register and connect to schoolserver > (without http:// I sometimes get a google search instead of the url), so > either we have regressed or we didn't handle your non-MN machine. I added the correct MN tag so the install would continue. > Not sure if you reflashed for each iteration of installing, but I don't > think we restart very well. Didn't have to restart. > Thanks for the suggestion on reading manf tag. I have puzzled over the > missing ']', because the syntax looks right; thanks again for the > suggestion. This is a perfect example. The problem is that && does not work inside of [ ] for that line to work with && it needs to be: if [ -e $SETUPSTATEDIR/etckeeper ] && [ $# -gt 1 ]; Change the [ ] to [[ ]] and the original line will work. -- Richard A. Smith One Laptop per Child _______________________________________________ Server-devel mailing list Server-devel@lists.laptop.org http://lists.laptop.org/listinfo/server-devel