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