Update start.sh

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