mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
Upgrade is breaking because random_string is not defined.
Call random_string string from settings.
This commit is contained in:
parent
2fd0d58ee2
commit
9e9ea2b22d
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ source /usr/share/yunohost/helpers
|
||||||
ynh_script_progression --message="Loading settings..." --weight=1
|
ynh_script_progression --message="Loading settings..." --weight=1
|
||||||
|
|
||||||
email=$(ynh_user_get_info --username=$admin --key=mail)
|
email=$(ynh_user_get_info --username=$admin --key=mail)
|
||||||
|
random_string=$(ynh_app_setting_get --app=$app --key=random_string)
|
||||||
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# CHECK VERSION
|
# CHECK VERSION
|
||||||
|
|
Loading…
Add table
Reference in a new issue