You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
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.
The text was updated successfully, but these errors were encountered: