Code Road not advancing

Tell us what’s happening:
I am doing the “Learn Bash Scripting By Building Five Programs”. I seem to be stuck on executing “./bingo.sh”. Code Road seems to be stuck?

Task: Run the script (“./bingo.sh”) by executing it.
Command Entered: ./bingo.sh
Expected Behaviour: bingo.sh runs and Code Road proceeds to next challenge.
Actual Behaviour: bingo.sh runs correctly but Code Road doesn’t advance.
Solution Provided by Exercise: type ./bingo.sh in the console while in the projects folder.

Troubleshooting Done:

  1. Restarted the Lesson.

  2. Restarted Code Road

    Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:101.0) Gecko/20100101 Firefox/101.0

Challenge: Learn Bash Scripting By Building Five Programs

Link to the challenge:

Hey,
So I tried doing it in a new terminal instance. That did the trick.
Replying here for people who run into the same issue.

SOLUTION: Create a new terminal instance.

3 Likes