From: Alban Garrigue Date: Sun, 22 Feb 2015 12:06:46 +0000 (+0100) Subject: $DIRECTORY variable is never set X-Git-Tag: v0.9.99~1445^2^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=81fcc0db0c2ae8ed84931995e505076e8227948c;p=gitea.git $DIRECTORY variable is never set --- diff --git a/docker/templates/init_gogs.sh.tpl b/docker/templates/init_gogs.sh.tpl index 26cff4e501..ada11f95ae 100644 --- a/docker/templates/init_gogs.sh.tpl +++ b/docker/templates/init_gogs.sh.tpl @@ -1,6 +1,6 @@ #!/bin/sh -if [ ! -d "$DIRECTORY" ]; then +if [ ! -d "$GOGS_CUSTOM_CONF_PATH" ]; then mkdir -p $GOGS_CUSTOM_CONF_PATH echo "