1
0
mirror of https://gitcode.com/gitea/gitea.git synced 2025-07-15 05:01:41 +08:00

Merge pull request from albang/dev

$DIRECTORY variable is never set
This commit is contained in:
无闻
2015-02-22 07:13:06 -05:00

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