1
0
Fork 0
forked from forgejo/forgejo

remove rsync

This commit is contained in:
Unknwon 2015-09-06 18:53:59 -04:00
parent 0806725ca5
commit 232c22208c
2 changed files with 1 additions and 5 deletions

View file

@ -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