1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-05 23:34:19 -04:00

$DIRECTORY variable is never set

This commit is contained in:
Alban Garrigue 2015-02-22 13:06:46 +01:00
parent c753fdceaf
commit 81fcc0db0c

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 "