100 Days of DevOps Challange - Day-4: "Script Execution Permission"

The task is not being marked as completed.

I have been working on the “Day-4: Script Execution Permission” task, but I encountered an issue after completing the lab.

I have verified that I completed the lab correctly and have redone it multiple times. However, the lab is still showing as Pending under the Redo tag instead of being marked as completed.

Could you please check this issue and help resolve it?

I am assuming that you set the file permissions to --x--x--x right?

root will be able to execute it, but “all users” will not. For that, it must be as minimum r-xr-xr-x, i.e. also grant read access.

See this explanation.