I just did './build update && ./build all' and noticed an error during building:
It seems like there is a missing 'd' in this 'chmod':
./build: line 3709: chmo: command not found
It seems like there is a missing 'd' in this 'chmod':
if [ -e ${HTTPDCONF}/ssl.key/server.key.backup ]
then
cp -f ${HTTPDCONF}/ssl.key/server.key.backup ${HTTPDCONF}/ssl.key/server.key
chmo 600 ${HTTPDCONF}/ssl.key/server.key
fi