From a856391645414a7deec90835b70d815e243a974b Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 17 Mar 2019 12:09:42 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 7c89bd60..01f5be68 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1273,6 +1273,8 @@ SET-PERMISSIONS(){ fi ${NCMD} chown -R git:git /var/lib/gitea ${NCMD} chmod -R 750 /var/lib/gitea + ${NCMD} chown -R git:git /home/git + ${NCMD} chmod -R 750 /home/git done else DIVIDER