Bug: Error related to litespeed

ditto

Verified User
Joined
Apr 27, 2009
Messages
2,354
I am using custombuild Version: 2.0.0 (rev: 1429). Today after doing a ./build update I started to get this error in custombuild:

Code:
[root@server custombuild]# ./build options
grep: /usr/local/directadmin/custombuild/versions_litespeed.txt: No such file or directory
ERROR: version of release not found in versions_litespeed.txt!

The error appears when I run ./buil options or ./build update or ./build versions

I do not use litespeed at all, and in options.conf I have this:
Code:
litespeed_serialno=trial

Edit: I also get the following errror at the bottom of the output when doing ./build update:

Code:
./build: line 2480: syntax error near unexpected token `fi'
./build: line 2480: `           fi'

Edit UPDATE: Just now ./build update (or any other commands) don't work at all! The only output I get is:

Code:
[root@server ~]# cd /usr/local/directadmin/custombuild
[root@server custombuild]# ./build update
./build: line 2480: syntax error near unexpected token `fi'
./build: line 2480: `           fi'
[root@server custombuild]# ./build versions
./build: line 2480: syntax error near unexpected token `fi'
./build: line 2480: `           fi'
[root@server custombuild]# ./build options
./build: line 2480: syntax error near unexpected token `fi'
./build: line 2480: `           fi'
[root@server custombuild]#
 
Last edited:
Thank you for the report. It's going to be fixed ASAP. For now:
Code:
perl -pi -e 's/thenn/then/' /usr/local/directadmin/custombuild/build
 
Back
Top