diff options
author | Unknwon <u@gogs.io> | 2015-02-22 09:49:28 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-02-22 09:49:28 -0500 |
commit | 74a8bb93d84a75fae46cd40f2b670073bee5a593 (patch) | |
tree | 7d47ecdc8f0702cf0112501682a5b3307f4d3f2d | |
parent | 059338139ca4a70cb1138dc09039abb5dac0d0f2 (diff) | |
parent | aa670ce660d7e881f8cfd8c5faad3b3e0682a78a (diff) | |
download | gitea-74a8bb93d84a75fae46cd40f2b670073bee5a593.tar.gz gitea-74a8bb93d84a75fae46cd40f2b670073bee5a593.zip |
Merge branch 'dev' of github.com:gogits/gogs into dev
-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 " |