What i am doing wrong?

Hi @Hammad2

Please share the KKE course level and task name.

Sorry its the “100 Days of devops”
Day 10: Linux Bash Scripts

Hi @Hammad2

Did you run chmod +x for your sh file?

@raymond.baoly
yes i did that its in the image also as you can see the error its showing is “official_backup.sh” not found in scripts on server 3 but i already check that in the last command

Hi @Hammad2

You created the script in the wrong path. It should be /scripts/script-name.sh, not /home/stapp03/scripts/script-name.sh.

1 Like