From 3e74fa3b3f4c1069616495decb06d601526986bd Mon Sep 17 00:00:00 2001 From: Gabriel Arakaki Giovanini Date: Mon, 24 Apr 2023 20:29:33 +0200 Subject: fix: Correct folder struct Now it links the folder to the right place with the proper permission. --- apks/firefly3/firefly3.post-install | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'apks/firefly3/firefly3.post-install') diff --git a/apks/firefly3/firefly3.post-install b/apks/firefly3/firefly3.post-install index c74ae13..a92883d 100644 --- a/apks/firefly3/firefly3.post-install +++ b/apks/firefly3/firefly3.post-install @@ -3,4 +3,10 @@ printf " *\n * Add the configration to '/etc/firefly3/env' \n" printf " * Without it firefly3 won't run.\n *\n" +user=firefly +group=firefly + +chown $user:$group /usr/share/webapps/firefly3 +chown $user:$group /var/lib/firefly3 + exit 0 -- cgit v1.2.3