mirror of
https://github.com/YunoHost-Apps/mautrix_signal_ynh.git
synced 2024-09-03 19:46:07 +02:00
chg: install_dir was changed in the package v2 migration, set it back to /opt/yunohost/$app #94
This commit is contained in:
parent
22abbe338a
commit
7ea834c074
1 changed files with 2 additions and 0 deletions
|
@ -80,8 +80,10 @@ ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requiremen
|
|||
autoupdate.asset.arm64 = "^mautrix-signal-arm64$"
|
||||
|
||||
[resources.system_user]
|
||||
home = "/opt/yunohost/__APP__"
|
||||
|
||||
[resources.install_dir]
|
||||
dir = "/opt/yunohost/__APP__"
|
||||
|
||||
[resources.permissions]
|
||||
|
||||
|
|
Loading…
Reference in a new issue