Day 10 of 100days devops challenge: Linux Bash Scripts

The task has been successfully completed, but the validation part failed with a message beta_backup.sh file not found under /scripts

I am attached the screenshots here for better understanding.

Looking for a solution for this.


Hi @Maruthi-Kumar

You need to create the script in /scripts directory (absolute path). But, you currently have the shell script in /home/tony/scripts, a relative path as you’ve used ./scripts.

1 Like

It worked, Thank you

You were supposed to create the .sh file under /scripts and NOT under /home/tony/scripts.

u can check this repo : 100-Days-Of-DevOps-KodeKloud-Challenges-Solutions