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.
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.
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
.
It worked, Thank you
You were supposed to create the .sh
file under /scripts
and NOT under /home/tony/scripts
.