aboutsummaryrefslogtreecommitdiffstats
path: root/lazystarter.sh
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2014-10-09 19:20:54 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2014-10-10 14:42:17 -0500
commitae8d42f59cc28dd378e2951cd14577d6a5c4214b (patch)
treec1f4860541dd479daaa302d2f0fe779f08fb2585 /lazystarter.sh
parentba12976d1afdbfe0e53a7dbac598963c0ff64d19 (diff)
downloadmediagoblin-ae8d42f59cc28dd378e2951cd14577d6a5c4214b.tar.lz
mediagoblin-ae8d42f59cc28dd378e2951cd14577d6a5c4214b.tar.xz
mediagoblin-ae8d42f59cc28dd378e2951cd14577d6a5c4214b.zip
Clarification on the mediagoblin.ini copying
Diffstat (limited to 'lazystarter.sh')
-rwxr-xr-xlazystarter.sh2
1 files changed, 2 insertions, 0 deletions
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";