Subject MacOS install
Author John B. Moore
Greetings,

Tried the MacOS install (10.2) and came up with syntax errors..

[.......] jbmoore# ./install
./install: line 20: syntax error near unexpected token `else'
./install: line 20: `else'

..so it is having trouble with..

if niutil -list . /services/gds_db 2&>1 /dev/null; then
else
niutil -create . /services/gds_db
niutil -createprop . /services/gds_db port 3050
niutil -createprop . /services/gds_db protocol tcp tcp
fi


..any suggestions as to what is wrong..??

John..