Przeglądaj źródła

$DIRECTORY variable is never set

Alban Garrigue 10 lat temu
rodzic
commit
81fcc0db0c
1 zmienionych plików z 1 dodań i 1 usunięć
  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 "