diff options
author | codeskyblue <codeskyblue@gmail.com> | 2015-08-17 14:32:11 +0800 |
---|---|---|
committer | codeskyblue <codeskyblue@gmail.com> | 2015-08-17 14:32:11 +0800 |
commit | 54b8172a2435a5f5044250ff94ccada6263a8e10 (patch) | |
tree | c04c8c1e91e8dde2cbc1c6425e462026ce23b296 /docker/templates/init_gogs.sh.tpl | |
parent | 6712aa21fa314e1328dd73c849981e3e0efe9fc5 (diff) | |
download | gitea-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.tpl | 12 |
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 "$@" |