Update set_perms.sh

This commit is contained in:
jonnyboy
2012-12-31 00:02:23 -05:00
parent e3f189f12e
commit a4d673f743
+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