Build a World Cup Database - Build a World Cup Database

Tell us what’s happening:

Hook :1 error when CHMOD +x command run

My code runs and produces the expected output but when I add the chmod +x the test no longer connects to the worldcup database, when I remove the chmod it then recognizes the database but won’t execute the bash docs

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 Edg/143.0.0.0

Challenge Information:

Build a World Cup Database - Build a World Cup Database

you haven’t provided enough information for us to help you. I suggest showing a screenshot of the issue.

sure, when I complete the database set-up before entering the script, the tests complete normally:

Once I enter the script into the files and rerun the tests, however, none of the tests pass and I get an error warning saying the database no longer exists:

when I then remove the chmod +x on the files, the database tests go back to passing:

When I run the scripts in the terminal the data is entered into the database and I get the correct answers to the question so I wonder if the test environment is timing out or something like that?

i’m not sure i’m following this description. Can you provide the exact commands you are running? (what chmod command exactly and on what path is it running?)