Shabang script issue

shabang script still incorrect after following solution.

Please assist.

https://learn.kodekloud.com/user/courses/labs-linux-foundation-certified-system-administrator-lfcs/module/f81c0b0c-ebab-4714-bbfe-fc2ac7be20f8/lesson/f82ed719-396e-4d60-a122-6abbd55e2b07

Your script doesn’t copy recursively. Check man cp.

@DanielBoos
Solution I came up with are the following (Let me know if it’s wrong).
#!/bin/bash
cp -r /var/www/ /opt/www-backup/

Shabang solution within screenshot are what Kodekloud considered as correct but was still not been recognized as an answer.

I have redone question again with full details and also tested to see result (Screenshot below)
Kindly advise.

Thanks

https://learn.kodekloud.com/user/courses/labs-linux-foundation-certified-system-administrator-lfcs/module/f81c0b0c-ebab-4714-bbfe-fc2ac7be20f8/lesson/f82ed719-396e-4d60-a122-6abbd55e2b07