1
0
Fork 0
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:
Moul 2016-06-23 17:53:54 +00:00
parent f47ce16fa1
commit 6870bab1a2

View file

@ -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)