Typo in custombuild/build

zylon

Verified User
Joined
Sep 8, 2008
Messages
12
I just did './build update && ./build all' and noticed an error during building:
./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
 
I dont see this error on the current one online. You should try updating again.
 
Back
Top