From ae211e0e95e295bd7ff3faa67709116dc1fc8023 Mon Sep 17 00:00:00 2001 From: j Date: Fri, 20 Dec 2019 16:59:42 +0200 Subject: [PATCH] fix permissions --- vm/pandora_install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/vm/pandora_install.sh b/vm/pandora_install.sh index 1c635773..5f957bb2 100755 --- a/vm/pandora_install.sh +++ b/vm/pandora_install.sh @@ -129,6 +129,7 @@ fi git clone https://git.0x2620.org/pandora.git /srv/pandora cd /srv/pandora git checkout $BRANCH +chown -R $PANDORA:$PANDORA /srv/pandora ./ctl init # create config.jsonc from templates in git