1
0
Fork 0
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:
Salamandar 2024-01-19 19:40:07 +01:00
parent 96801527e1
commit f769cddffe

View file

@ -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
#=================================================