Determine installed DirectAdmin version

johndoe

New member
Joined
Jul 19, 2008
Messages
3
Hi,

Does anybody know a way to determine the currently installed DA version from the command line. We have a script to check for updates on all relevant components of the server. DirectAdmin is one of them and currently I can only go to the web interface to check for updates.

I can determine the latest available downloadable DA version from my shell script, but can't find a way to determine the version of the currently installed DA. Hopefully somebody can help me on this.
 
Hi,

Does anybody know a way to determine the currently installed DA version from the command line. We have a script to check for updates on all relevant components of the server. DirectAdmin is one of them and currently I can only go to the web interface to check for updates.

I can determine the latest available downloadable DA version from my shell script, but can't find a way to determine the version of the currently installed DA. Hopefully somebody can help me on this.
Use this to get the version:
Code:
/usr/local/directadmin/directadmin v
 
Back
Top