Explorar o código

Merge pull request #977 from albang/dev

$DIRECTORY variable is never set
无闻 %!s(int64=10) %!d(string=hai) anos
pai
achega
aa670ce660
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docker/templates/init_gogs.sh.tpl

+ 1 - 1
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 "