1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/photoprism_ynh.git synced 2024-09-03 19:56:41 +02:00

Save up password

This commit is contained in:
Salamandar 2024-01-29 23:17:10 +01:00
parent 7d89034a04
commit ab33bc18cb

View file

@ -26,6 +26,9 @@ fi
ynh_app_setting_set --app=$app --key=language_key --value=$language_key ynh_app_setting_set --app=$app --key=language_key --value=$language_key
# Not saved by default
ynh_app_setting_set --app=$app --key=password --value="$password"
#================================================= #=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE # DOWNLOAD, CHECK AND UNPACK SOURCE
#================================================= #=================================================