diff options
Diffstat (limited to 'docker')
-rwxr-xr-x | docker/start.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docker/start.sh b/docker/start.sh index 47a835ad8c..cea6e54e7d 100755 --- a/docker/start.sh +++ b/docker/start.sh @@ -21,10 +21,6 @@ fi service ssh start -# sync templates -test -d /data/gogs/templates || cp -ar ./templates /data/gogs/ -rsync -rtv /data/gogs/templates/ ./templates/ - ln -sf /data/gogs/log ./log ln -sf /data/gogs/data ./data ln -sf /data/git /home/git |