Howto custombuild 1.1 to 1.2?

Richard G

Verified User
Joined
Jul 6, 2008
Messages
12,803
Location
Maastricht
I've tried several things but I still don't get it.

Colo provider did a standard installation with custombuild 1.1.
I want to change to custombuild 1.2, how can I do this without having to setup admin domain and dns servers again?
 
There is no need to setup anything again.

Just go to /usr/local/directadmin/custombuild/options.conf , edit options.conf and change the line custombuild=1.1 to be custombuild=1.2

then:

cd /usr/local/directadmin/custombuild
./build update

Thats all, I think.
 
I thought (and read somewhere) that this should indeed be sufficient.

So I did, but nothing happened, nothing changed, no programming code run or anything.
 
If you look at the build script itself it should say its version 1.2 somewhere near the top.

Code:
grep '^BUILDSCRIPT_VER' /usr/local/directadmin/custombuild/build | cut -d= -f2

Its also in the header if you just do ./build
 
Last edited:
Indeed, it says:
BUILDSCRIPT_VER=1.2.29

I expected that more would be done, like a new options.conf, automatically the newer standard php and all or something like that. At least a newer options.conf.

But it doesn't as I understand, thanks!
 
Back
Top