diff --git a/src/freedombone b/src/freedombone index de248b13..6ec1fee0 100755 --- a/src/freedombone +++ b/src/freedombone @@ -8528,6 +8528,8 @@ function create_upgrade_script { echo 'git pull' >> /etc/cron.weekly/$UPGRADE_SCRIPT_NAME echo 'chown -R git:git /home/git' >> /etc/cron.weekly/$UPGRADE_SCRIPT_NAME echo 'chmod 600 /home/git/go/src/github.com/gogits/gogs/custom/conf/app.ini' >> /etc/cron.weekly/$UPGRADE_SCRIPT_NAME + echo 'go build' >> /etc/cron.weekly/$UPGRADE_SCRIPT_NAME + echo 'systemctl restart gogs' >> /etc/cron.weekly/$UPGRADE_SCRIPT_NAME fi echo 'exit 0' >> /etc/cron.weekly/$UPGRADE_SCRIPT_NAME