Fix the issue with NPM check updates and specify -master instead of a version number for the version of MONARC in the vagrant VM.

pull/296/head v2.9.14
Cédric Bonhomme 2020-04-24 11:49:44 +02:00
parent ab4606e085
commit e0f9d1265b
No known key found for this signature in database
GPG Key ID: A1CB94DE57B7A70D
1 changed files with 2 additions and 1 deletions

View File

@ -228,7 +228,7 @@ return array(
*/
'activeLanguages' => array('fr','en','de','nl',),
'appVersion' => '2.9.13',
'appVersion' => '-master',
'checkVersion' => false,
'appCheckingURL' => 'https://version.monarc.lu/check/MONARC',
@ -267,6 +267,7 @@ sudo npm install -g grunt-cli
echo -e "\n--- Update the project… ---\n"
sudo chown -R $USER:$(id -gn $USER) /home/vagrant/.config
./scripts/update-all.sh > /dev/null