Determine version installed after update
-
I wanted to determine the version installed after an update from 1.5.10.1754 to 1.5.10.1798 by checking the /opt/fog/.fogsettings file (greping “Version”) but the version remain on the previous version.
I’m not sure if this is intended, but I’m wondering if there is another way to check WITHOUT using the web interface / mysql database, the currently installed version (from only the CLI) ?
Here are the steps I used to update:
wget https://github.com/FOGProject/fogproject/archive/refs/tags/1.5.10.1798.tar.gz tar xvfz 1.5.10.1798.tar.gz cd fogproject-1.5.10.1798/bin/ sudo ./installfog.sh