aboutsummaryrefslogtreecommitdiffstats
path: root/docker/templates/init_gogs.sh.tpl
diff options
context:
space:
mode:
authorcodeskyblue <codeskyblue@gmail.com>2015-08-17 14:32:11 +0800
committercodeskyblue <codeskyblue@gmail.com>2015-08-17 14:32:11 +0800
commit54b8172a2435a5f5044250ff94ccada6263a8e10 (patch)
treec04c8c1e91e8dde2cbc1c6425e462026ce23b296 /docker/templates/init_gogs.sh.tpl
parent6712aa21fa314e1328dd73c849981e3e0efe9fc5 (diff)
downloadgitea-54b8172a2435a5f5044250ff94ccada6263a8e10.tar.gz
gitea-54b8172a2435a5f5044250ff94ccada6263a8e10.zip
some modify, I need to move my workenv to foreign county, network in china is so slow.
Diffstat (limited to 'docker/templates/init_gogs.sh.tpl')
-rw-r--r--docker/templates/init_gogs.sh.tpl12
1 files changed, 0 insertions, 12 deletions
diff --git a/docker/templates/init_gogs.sh.tpl b/docker/templates/init_gogs.sh.tpl
deleted file mode 100644
index ada11f95ae..0000000000
--- a/docker/templates/init_gogs.sh.tpl
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-if [ ! -d "$GOGS_CUSTOM_CONF_PATH" ]; then
- mkdir -p $GOGS_CUSTOM_CONF_PATH
-
-echo "
-{{ CONFIG }}
-" >> $GOGS_CUSTOM_CONF
-
-fi
-
-exec "$@"