Browse Source

$DIRECTORY variable is never set

for-closed-social
Alban Garrigue 9 years ago
parent
commit
81fcc0db0c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docker/templates/init_gogs.sh.tpl

+ 1
- 1
docker/templates/init_gogs.sh.tpl View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
if [ ! -d "$DIRECTORY" ]; then
if [ ! -d "$GOGS_CUSTOM_CONF_PATH" ]; then
mkdir -p $GOGS_CUSTOM_CONF_PATH mkdir -p $GOGS_CUSTOM_CONF_PATH
echo " echo "

Loading…
Cancel
Save