1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/galene_ynh.git synced 2024-09-03 18:36:31 +02:00

Update upgrade

This commit is contained in:
Éric Gaspar 2023-02-27 12:42:01 +01:00
parent 1f3748f3cc
commit 849e2010d1

View file

@ -10,6 +10,12 @@ source _common.sh
source ynh_install_go
source /usr/share/yunohost/helpers
#=================================================
# RETRIEVE ARGUMENTS FROM THE MANIFEST
#=================================================
password=$YNH_APP_ARG_PASSWORD
#=================================================
# LOAD SETTINGS
#=================================================
@ -17,6 +23,7 @@ ynh_script_progression --message="Loading installation settings..." --weight=1
group_name=$(ynh_app_setting_get --app=$app --key=group_name)
group_description=$(ynh_app_setting_get --app=$app --key=group_description)
password=$(ynh_app_setting_get --app=$app --key=password)
#=================================================
# CHECK VERSION