I believe that the startpwm.sh script will run inside the container, therefore it will not have access to /usr/bin.
If you exec ls -al
and pwd
what do they show? I suspect you will find they show a container directory.
I believe that the startpwm.sh script will run inside the container, therefore it will not have access to /usr/bin.
If you exec ls -al
and pwd
what do they show? I suspect you will find they show a container directory.