Script is running on app server2 but task shows as failed

The task is to change the permissions on xfusioncorp.sh, so that owner and every other user get execute permission. As you can see, I have changed the permissions and executed the file. But the task still got failed.
Linux LEVEL 1 - linux file permissions

Also make sure every user can execute it.

$ sudo chmod 555 /tmp/xfusioncorp.sh

Read What permissions do I need to run a script, and how would I implement them? I think some things are missing - Unix & Linux Stack Exchange

Search for To execute your script you need executable and read permission in the page.

Hi Team,

I am also getting error. even if the script is running.

It worked. Thanks a lot