Fix various style issues
[mediagoblin.git] / lazystarter.sh
index 286baeb677cd425988261d64f083cf2c45a9b2fd..98362794561bbaddba28afa7ee418bfbb4fbaee1 100755 (executable)
@@ -100,6 +100,8 @@ fi
 
 # If the user somehow doesn't have a mediagoblin.ini
 # (maybe they aren't using make) give them one
+#   ... this doesn't fulfill all conditions maybe, but is a stopgap
+#   that doesn't have noticable race conditions
 if [ -f mediagoblin.example.ini ] && \
     [ ! -f mediagoblin.ini ]; then
     echo "No mediagoblin.ini found, making one";