assign all the permissions to your directory for all the users using symbolic and octal method code example
Example: change permissions for specific file types linux
find . -name "*.sh" -exec chmod +x {} \;
find . -name "*.sh" -exec chmod +x {} \;