How to check the version of my custombuild?

redjersey

Verified User
Joined
Apr 22, 2013
Messages
99
Location
Toronto, Canada
Hi,

few days ago I have my directadmin installed on my server. When I installed directadmin, I remember it gives me a few options of which custombuild to pick. If I remember correctly, I picked 2.0 as my custombuild version.

I was browsing this forum and found this:
http://forum.directadmin.com/showthread.php?t=44743

and it says cb 2.0 will have the following changes:
Using PHP 5.4 as mod_php + mod_ruid2 by default

I looked at my phpinfo. I'm still using 5.3.x also mod_ruid2 is not installed according to my phpinfo.

I'm running DA 1.4.3 at this moment, so is there a way to find out which custombuild I'm having?

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

It should also be set in options.conf as what version you have and it will change after you run ./build update
 
#grep ^BUILDSCRIPT_VER /usr/local/directadmin/custombuild/build | cut -d= -f2
1.2.38

oops, I guess I accidentally picked the old one when installing directadmin.

thanks for your help :)
 
Back
Top