Tried googling but couldn\'t find something that relates to my particular problem. I\'m trying to run a shell script from python but the shell script wouldn\'t run because o
Check your run.sh mode, if no executable flag, set it with command
chmod +x run.sh