Update went wrong

The /usr/local/agent/pyenv directory has incorrect permissions. I’m not sure why, but I assume something went wrong during the extraction of the new core image.

To fix the permissions, run:

chmod -c 0755 /usr/local/agent/pyenv

Then try running the command again:

runagent -m loki1 python3 -c 'import redis' && echo ok
2 Likes

Thank you vy much for your patience @davidep, you did it!
The update went well :grin:

2 Likes