Closed prouveyrol closed 3 years ago
Could you try to run it with this commit: https://github.com/monarc-project/MonarcAppFO/commit/dfa826373af508bb8c290fa4890c7ee66df0174f
Sorry, still not it :
root@57136cdb1430:/var/lib/monarc/fo# git rev-parse HEAD
dfa826373af508bb8c290fa4890c7ee66df0174f
root@57136cdb1430:/var/lib/monarc/fo# scripts/update-all.sh -c
Already up to date.
scripts/update-all.sh: line 61: ./scripts/check_composer.sh: Permission denied
Installing dependencies from lock file
However, I'm still pretty sure this this a permission problem in the repo. See :
root@57136cdb1430:/var/lib/monarc/fo# chmod +x scripts/check_composer.sh
root@57136cdb1430:/var/lib/monarc/fo# scripts/update-all.sh -c
Already up to date.
Installing dependencies from lock file
Verifying lock file contents can be installed on current platform.
Updated and pushed the correct permissions for the script. It works well now.
While trying to install Monarc, running scripts/update-all.sh -c we get the following error :
/var/lib/monarc/fo/scripts/update-all.sh: line 61: ./scripts/check_composer.sh: Permission denied
A quick check shows the following :
Some of the scripts do not have execution permissions.