mirror of
https://github.com/YunoHost-Apps/vikunja_ynh.git
synced 2024-09-03 18:06:26 +02:00
cleaning
This commit is contained in:
parent
0b1bce181a
commit
9a63b64e32
2 changed files with 0 additions and 3 deletions
|
@ -60,8 +60,6 @@ ram.runtime = "50M"
|
|||
in_subdir = false
|
||||
format = "zip"
|
||||
|
||||
# autoupdate.strategy = "latest_gitea_release"
|
||||
|
||||
[resources.system_user]
|
||||
allow_email = true
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue