From a94628379feab69dccee831634282b4753e1d043 Mon Sep 17 00:00:00 2001 From: Tracey Clark Date: Sat, 22 Jun 2019 21:22:32 -0500 Subject: [PATCH] Added note --- update-gitea.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/update-gitea.pl b/update-gitea.pl index 76d6dfc..8a7f8e5 100755 --- a/update-gitea.pl +++ b/update-gitea.pl @@ -8,6 +8,9 @@ # Note: Daily backups are also being run from cron # /home/gitea/gitea_backup.sh +# Re-write to use this dir according to gitea docs +# https://docs.gitea.io/en-us/install-from-binary/ + use strict; use warnings; #use LWP::Simple;