diff --git a/start.sh b/start.sh index 06cbec1e6..f9f5276b5 100755 --- a/start.sh +++ b/start.sh @@ -2,7 +2,7 @@ source edit_these.sh -if [[ "$AGREED" == "no" ]]; then +if [[ $AGREED == "no" ]]; then echo "Please edit the edit_these.sh file" exit fi