From ae8d42f59cc28dd378e2951cd14577d6a5c4214b Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Thu, 9 Oct 2014 19:20:54 -0500 Subject: [PATCH] Clarification on the mediagoblin.ini copying --- lazystarter.sh | 2 ++ 1 file changed, 2 insertions(+) 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"; -- 2.25.1