Just a comment about the upgrade from 1.7 to 2.0.
It was not possible to upgrade via ./LAUNCH.sh (option 9).
Alex suggested to force the version to 1.9 by edition the current_version file.
Git sync'd the master branch but no script was triggered:
Current Version: v1.9
v2.0: d937c03ddbbf371ecc8e3f3525a1d31069a5ecb1
git checkout master:
Your branch is up-to-date with 'origin/master'.
git pull:
Already up-to-date.
I had to go to the "update/2.0" directory and issue manually a ./Update.sh
Just a comment about the upgrade from 1.7 to 2.0. It was not possible to upgrade via ./LAUNCH.sh (option 9). Alex suggested to force the version to 1.9 by edition the current_version file. Git sync'd the master branch but no script was triggered:
Current Version: v1.9
git checkout master: Your branch is up-to-date with 'origin/master'.
git pull: Already up-to-date.
I had to go to the "update/2.0" directory and issue manually a ./Update.sh
/x