]> source.dussan.org Git - gitea.git/commitdiff
$DIRECTORY variable is never set
authorAlban Garrigue <alban@garrigue.me>
Sun, 22 Feb 2015 12:06:46 +0000 (13:06 +0100)
committerAlban Garrigue <alban@garrigue.me>
Sun, 22 Feb 2015 12:06:46 +0000 (13:06 +0100)
docker/templates/init_gogs.sh.tpl

index 26cff4e50115c30f2efe8341ec1606465f96f201..ada11f95ae7ea0d54f722cfc1a80cb4665abc5d4 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-if [ ! -d "$DIRECTORY" ]; then
+if [ ! -d "$GOGS_CUSTOM_CONF_PATH" ]; then
     mkdir -p $GOGS_CUSTOM_CONF_PATH
 
 echo "