Cleaning ~/go directory after install

This commit is contained in:
Yorick Barbanneau 2015-11-12 14:15:26 +01:00
parent 2f65b67a21
commit 6f38b39376

View file

@ -52,6 +52,8 @@ else
# 7) Start up scripts
echo gogs_enable="YES" >> /etc/rc.conf
endif
# cleaning this mess
su - git -c "rm -rf /usr/home/git/go/"
service gogs start
echo
echo