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"