From db04ccf65f186f725d2c952059ef45ff959e538d Mon Sep 17 00:00:00 2001 From: bprieshof Date: Thu, 10 Oct 2019 13:18:22 +0200 Subject: [PATCH] Updated Permissions on ConfigFIle --- Gitea-Installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gitea-Installer.sh b/Gitea-Installer.sh index e2fa392..8baec7d 100644 --- a/Gitea-Installer.sh +++ b/Gitea-Installer.sh @@ -162,7 +162,7 @@ chmod +x /usr/local/bin/gitea chown git:git /var/lib/gitea/ chown -R git:git /var/lib/gitea/ chmod -R 750 /var/lib/gitea/ -chown root:git /etc/gitea +chown -R root:git /etc/gitea chmod 750 /etc/gitea chmod 640 /etc/gitea/app.ini