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

Update upgrade

This commit is contained in:
yalh76 2022-04-24 20:58:02 +02:00
parent c50a60f1c2
commit f56f01bbf2

View file

@ -28,6 +28,7 @@ db_user=$db_name
db_pwd=$(ynh_app_setting_get --app=$app --key=psqlpwd) db_pwd=$(ynh_app_setting_get --app=$app --key=psqlpwd)
datadir=$(ynh_app_setting_get --app=$app --key=datadir) datadir=$(ynh_app_setting_get --app=$app --key=datadir)
secret_key_base=$(ynh_app_setting_get --app=$app --key=secret_key_base) secret_key_base=$(ynh_app_setting_get --app=$app --key=secret_key_base)
port=$(ynh_app_setting_get --app=$app --key=port)
#================================================= #=================================================
# CHECK VERSION # CHECK VERSION