how to make sure running latest CB version?

dmacleo

Verified User
Joined
Jun 21, 2012
Messages
653
just built a DA server for someone and noticed their custombuild had a lot more options (especially the cloudlinux section) than mine (mine installed 2-3 months ago) did and it got me wondering how to check this stuff.
Am I correct in thinking that many of the options listed in options.conf can be manually added and there is no actual version difference?
thanks.
 
Missing options are added automatically at the end of the options.conf file, that's why you may have seen a lot of the options below the CloudLinux section. To re-generate a new and clean options.conf file for a better looking, you can just do:
Code:
cd /usr/local/directadmin/custombuild
mv options.conf options.conf.old
./build
 
I had wondered if that cmd would work but not had chance to check, thanks Martynas
 
Back
Top