Explorar el Código

Merge branch 'dev' of github.com:gogits/gogs into dev

Unknwon hace 10 años
padre
commit
74a8bb93d8
Se han modificado 1 ficheros con 1 adiciones y 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 "