From e294dbbf520acd58858e6c23690274ecc6fbc45d Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 9 Feb 2022 10:53:57 +0100 Subject: [PATCH] Update install --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index dfb38c3..9fb0008 100644 --- a/scripts/install +++ b/scripts/install @@ -104,6 +104,7 @@ mkdir -p "$final_path/files" chmod 750 "$final_path" chmod -R o-rwx "$final_path" chown -R $app:www-data "$final_path" +chown -R root:root "$final_path/vikunja" chmod +x "$final_path/vikunja/vikunja" #=================================================