mirror of
https://github.com/YunoHost-Apps/duniter_ynh.git
synced 2024-09-03 18:26:35 +02:00
[fix] upgrade retrieve port arguments.
This commit is contained in:
parent
f47ce16fa1
commit
6870bab1a2
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ source /usr/share/yunohost/helpers
|
|||
app=$YNH_APP_INSTANCE_NAME
|
||||
domain=$(ynh_app_setting_get "$app" domain)
|
||||
path=$(ynh_app_setting_get "$app" path)
|
||||
port=$(ynh_app_setting_get "$app" port)
|
||||
arch=$(ynh_app_setting_get "$app" arch)
|
||||
version=$(cat ../conf/upstream_version)
|
||||
|
||||
|
|
Loading…
Reference in a new issue