mirror of
https://github.com/YunoHost-Apps/UMS_ynh.git
synced 2024-10-01 13:35:01 +02:00
Update upstream_version
This commit is contained in:
parent
ed8b467446
commit
e3fd8389ea
2 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,7 @@ is_public=$YNH_APP_ARG_IS_PUBLIC
|
|||
server_name=$YNH_APP_ARG_SERVER_NAME
|
||||
interface=$YNH_APP_ARG_INTERFACE
|
||||
#upstream_version=$YNH_APP_MANIFEST_VERSION
|
||||
upstream_version=$(ynh_app_upstream_version --manifest=./manifest.json)
|
||||
upstream_version=$(ynh_app_upstream_version)
|
||||
|
||||
|
||||
app=$YNH_APP_INSTANCE_NAME
|
||||
|
|
|
@ -21,6 +21,7 @@ path_url=$(ynh_app_setting_get --app=$app --key=path)
|
|||
final_path=$(ynh_app_setting_get --app=$app --key=final_path)
|
||||
port_web=$(ynh_app_setting_get --app=$app --key=port_web)
|
||||
port_rend=$(ynh_app_setting_get --app=$app --key=port_rend)
|
||||
upstream_version=$(ynh_app_upstream_version)
|
||||
|
||||
#=================================================
|
||||
# CHECK VERSION
|
||||
|
|
Loading…
Add table
Reference in a new issue