1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/vikunja_ynh.git synced 2024-09-03 18:06:26 +02:00
This commit is contained in:
Éric Gaspar 2024-07-31 22:25:15 +02:00
parent 0b1bce181a
commit 9a63b64e32
2 changed files with 0 additions and 3 deletions

View file

@ -60,8 +60,6 @@ ram.runtime = "50M"
in_subdir = false in_subdir = false
format = "zip" format = "zip"
# autoupdate.strategy = "latest_gitea_release"
[resources.system_user] [resources.system_user]
allow_email = true allow_email = true

View file

@ -97,7 +97,6 @@ executable="$(find $install_dir -name "vikunja-*" \! -name "*.sha256")"
mv "$executable" "$install_dir/vikunja" mv "$executable" "$install_dir/vikunja"
chmod +x "$install_dir/vikunja" chmod +x "$install_dir/vikunja"
chmod -R o-rwx "$install_dir" chmod -R o-rwx "$install_dir"
chown -R $app:www-data "$install_dir" chown -R $app:www-data "$install_dir"