Update set_perms.sh

This commit is contained in:
jonnyboy
2012-12-30 23:56:42 -05:00
parent 2e7d4733b8
commit 156911bc60
+1 -1
View File
@@ -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