mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Simplify main domain retrivement
This commit is contained in:
parent
628703aee4
commit
388757cb89
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
|
||||
python_version="$(python3 -V | cut -d' ' -f2 | cut -d. -f1-2)"
|
||||
main_domain=$(yunohost domain list --output-as json | jq -r .main)
|
||||
main_domain=$(yunohost domain main-domain --output-as plain)
|
||||
code_dir="/opt/yunohost/matrix-$app"
|
||||
base_api_url="/_matrix"
|
||||
|
||||
|
|
Loading…
Reference in a new issue