What happens
The test_generic fails because the mime-type of my script is invalid.
What do you understand or find about that problem
Based on my last post, the allowed languages can be find here: https://gitlab.com/autonomicjump/challenges/-/blob/master/policies/data.yaml and awk is one of the them, so I choose that for the challenge.
You make any workaround? What did you do?
Based on the error I try:
-
List item Modify my rebelskvll.awk without “#! /usr/bin/awf -f”, but this give me error at trying to execute the script.
-
List item Try to chage the Shebang for something like #!/bin/bash, but this is uncessfully
Evidences
I need help with
Understand why the mime-type of my script is invalid or if I am using and unallowed language.
Again, thanks in advance