From: Christopher Allan Webber Date: Fri, 10 Oct 2014 00:20:54 +0000 (-0500) Subject: Clarification on the mediagoblin.ini copying X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=ae8d42f59cc28dd378e2951cd14577d6a5c4214b;p=mediagoblin.git Clarification on the mediagoblin.ini copying --- diff --git a/lazystarter.sh b/lazystarter.sh index 286baeb6..98362794 100755 --- a/lazystarter.sh +++ b/lazystarter.sh @@ -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";