From e207f12b6095f8fa5d0c94dd76a5299637fa05fe Mon Sep 17 00:00:00 2001 From: moT01 <20648924+moT01@users.noreply.github.com> Date: Wed, 12 Jul 2023 10:45:58 -0500 Subject: [PATCH 1/2] fix: explain error --- TUTORIAL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TUTORIAL.md b/TUTORIAL.md index 720b1268f0..f8bef32cc8 100644 --- a/TUTORIAL.md +++ b/TUTORIAL.md @@ -86,7 +86,7 @@ That's the absolute path to the `bash` interpreter. You can tell your program to ### 70.1 -Now, instead of using `sh` or `bash` to run your script. You can run it by executing the file and it will default to `bash`. Run your script by executing it with `./questionnaire.sh` +Now, instead of using `sh` or `bash` to run your script. You can run it by executing the file and it will default to bash. Execute your script with `./questionnaire.sh`. You will get a permission denied error. #### HINTS From ec5dfb0e51eba297b6c2a16494d9e268f40f8b2c Mon Sep 17 00:00:00 2001 From: moT01 <20648924+moT01@users.noreply.github.com> Date: Wed, 12 Jul 2023 10:46:16 -0500 Subject: [PATCH 2/2] update json --- tutorial.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial.json b/tutorial.json index 6d26836002..c9967787bd 100644 --- a/tutorial.json +++ b/tutorial.json @@ -241,7 +241,7 @@ "d511b6744933d3a9c7e8b08ff0e17c0184a74fb7" ] }, - "content": "Now, instead of using `sh` or `bash` to run your script. You can run it by executing the file and it will default to `bash`. Run your script by executing it with `./questionnaire.sh`", + "content": "Now, instead of using `sh` or `bash` to run your script. You can run it by executing the file and it will default to bash. Execute your script with `./questionnaire.sh`. You will get a permission denied error.", "hints": [ "Type `./questionnaire.sh` in the terminal and press enter", "Make sure you are in the `project` folder first",