diff options
author | Alban Garrigue <alban@garrigue.me> | 2015-02-22 13:06:46 +0100 |
---|---|---|
committer | Alban Garrigue <alban@garrigue.me> | 2015-02-22 13:06:46 +0100 |
commit | 81fcc0db0c2ae8ed84931995e505076e8227948c (patch) | |
tree | dfb9c44e19caaf8706b595e198b45ad2cef02a36 /docker | |
parent | c753fdceaf0549aa865cff4e1f42be5d907bbdb1 (diff) | |
download | gitea-81fcc0db0c2ae8ed84931995e505076e8227948c.tar.gz gitea-81fcc0db0c2ae8ed84931995e505076e8227948c.zip |
$DIRECTORY variable is never set
Diffstat (limited to 'docker')
-rw-r--r-- | docker/templates/init_gogs.sh.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
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 " |