mirror of
https://github.com/YunoHost-Apps/spip_ynh.git
synced 2024-09-03 20:25:59 +02:00
Retrieve password in upgrade script
This commit is contained in:
parent
e4a68c21a0
commit
4470c7ec78
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ app=$YNH_APP_INSTANCE_NAME
|
||||||
domain=$(ynh_app_setting_get $app domain)
|
domain=$(ynh_app_setting_get $app domain)
|
||||||
path_url=$(ynh_app_setting_get $app path)
|
path_url=$(ynh_app_setting_get $app path)
|
||||||
admin=$(ynh_app_setting_get $app admin)
|
admin=$(ynh_app_setting_get $app admin)
|
||||||
password=$(ynh_app_setting_get $app admin)
|
password=$(ynh_app_setting_get $app password)
|
||||||
is_public=$(ynh_app_setting_get $app is_public)
|
is_public=$(ynh_app_setting_get $app is_public)
|
||||||
final_path=$(ynh_app_setting_get $app final_path)
|
final_path=$(ynh_app_setting_get $app final_path)
|
||||||
users_status=$(ynh_app_setting_get $app users_status)
|
users_status=$(ynh_app_setting_get $app users_status)
|
||||||
|
|
Loading…
Reference in a new issue