mirror of
https://github.com/YunoHost-Apps/zeronet_ynh.git
synced 2024-09-03 17:46:12 +02:00
Save password
This commit is contained in:
parent
96801527e1
commit
f769cddffe
1 changed files with 7 additions and 0 deletions
|
@ -11,6 +11,13 @@ source /usr/share/yunohost/helpers
|
|||
|
||||
path="/"
|
||||
|
||||
#=================================================
|
||||
# INITIALIZE AND STORE SETTINGS
|
||||
#=================================================
|
||||
|
||||
# Password are not saved by default, but here required for upgrade
|
||||
ynh_app_setting_set --app="$app" --key=password --value="$password"
|
||||
|
||||
#=================================================
|
||||
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue