diff --git a/set_perms.sh b/set_perms.sh index c0c0053ea..05155983c 100755 --- a/set_perms.sh +++ b/set_perms.sh @@ -1,7 +1,7 @@ #!/bin/bash source edit_these.sh -if [[ "AGREED" == "no"]]; then +if [[ AGREED == "no"]]; then echo "Please edit the edit_these.sh file" exit fi