summaryrefslogtreecommitdiffstats
path: root/docker/templates/init_gogs.sh.tpl
diff options
context:
space:
mode:
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 "$@"