#!/bin/shif!test-d~git/.ssh;thenmkdir-p~git/.ssh
chmod700~git/.ssh
fiif!test-f~git/.ssh/environment;thenecho"GOGS_CUSTOM=${GOGS_CUSTOM}">~git/.ssh/environment
chmod600~git/.ssh/environment
ficd/app/gogs
# Link volumed data with app data
ln-sf/data/gogs/log./log
ln-sf/data/gogs/data./data
# Backward Compatibility with Gogs Container v0.6.15
ln-sf/data/git/home/git
chown-Rgit:git/data/app/gogs~git/
chmod0755/data/data/gogs~git/