Browse Source

Merge pull request #977 from albang/dev

$DIRECTORY variable is never set
tags/v1.2.0-rc1
无闻 10 years ago
parent
commit
f6ca7e29ee
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

if [ ! -d "$DIRECTORY" ]; then
if [ ! -d "$GOGS_CUSTOM_CONF_PATH" ]; then
mkdir -p $GOGS_CUSTOM_CONF_PATH

echo "


Loading…
Cancel
Save