Clarification on the mediagoblin.ini copying
authorChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 10 Oct 2014 00:20:54 +0000 (19:20 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 10 Oct 2014 19:42:17 +0000 (14:42 -0500)
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";