From 9a63b64e32d0514bdef56d7ea8e7d9474b24333a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 31 Jul 2024 22:25:15 +0200 Subject: [PATCH] cleaning --- manifest.toml | 2 -- scripts/upgrade | 1 - 2 files changed, 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index bce8eef..8f9c17f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -60,8 +60,6 @@ ram.runtime = "50M" in_subdir = false format = "zip" - # autoupdate.strategy = "latest_gitea_release" - [resources.system_user] allow_email = true diff --git a/scripts/upgrade b/scripts/upgrade index 7c5da08..d168490 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -97,7 +97,6 @@ executable="$(find $install_dir -name "vikunja-*" \! -name "*.sha256")" mv "$executable" "$install_dir/vikunja" chmod +x "$install_dir/vikunja" - chmod -R o-rwx "$install_dir" chown -R $app:www-data "$install_dir"