From 757a24894aaf585969397cc549e1c7a863097abe Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Fri, 3 Jul 2026 12:20:24 +0100 Subject: [PATCH] chmod 770 on /home/joeac.net --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index b447efc..d4441fe 100644 --- a/install.sh +++ b/install.sh @@ -52,7 +52,7 @@ then sudo -u joeac.net git clone https://git.joeac.net/joeac/joeac.net.git /home/joeac.net/joeac.net fi sudo chown joeac.net:joeac.net /home/joeac.net/joeac.net -sudo chmod 765 /home/joeac.net/joeac.net +sudo chmod 770 /home/joeac.net/joeac.net if ! [ -h /usr/local/lib/joeac.net ] then