From 921e45afdaecb0d23045228e349b32b617c2f095 Mon Sep 17 00:00:00 2001 From: DarkFeather Date: Fri, 5 May 2023 05:16:48 -0500 Subject: [PATCH] pacman hook was using wrong user --- roles/Foundation/files/gitea.hook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/Foundation/files/gitea.hook b/roles/Foundation/files/gitea.hook index 1c13a6c..a137ff8 100644 --- a/roles/Foundation/files/gitea.hook +++ b/roles/Foundation/files/gitea.hook @@ -7,4 +7,4 @@ Target = gitea [Action] Description = Updating Gitea Custom Pages When = PostTransaction -Exec = /usr/bin/runuser -u http -- /usr/bin/bash /var/lib/gitea/custom/bin/gen-aninix-custom +Exec = /usr/bin/runuser -u gitea -- /usr/bin/bash /var/lib/gitea/custom/bin/gen-aninix-custom