Update set_perms.sh

This commit is contained in:
jonnyboy
2012-12-30 23:59:22 -05:00
parent b1629f5320
commit e3f189f12e
+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