mirror of
https://github.com/go-gitea/gitea
synced 2025-01-03 14:34:30 +00:00
$DIRECTORY variable is never set
This commit is contained in:
parent
c753fdceaf
commit
81fcc0db0c
@ -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…
Reference in New Issue
Block a user