Development: Troubleshooting - marian13/convenient_service GitHub Wiki

ID (of the issue): CS-1 (bash: Permission denied)

What (is the issue)?

-bash: bin/confirm: Permission denied

When (does it happen)?

When executing any new file from bin folder for the first time.

How (to resolve it)?

Run a command like the following:

chmod +x bin/confirm

Sources (that helped to resolve the issue)?