1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/borg_ynh.git synced 2024-09-03 18:16:05 +02:00

Save password at install time

This commit is contained in:
Salamandar 2024-05-16 13:50:12 +02:00
parent cb09827eea
commit 3d91ffd4d1

View file

@ -34,6 +34,9 @@ ynh_app_setting_set --app=$app --key=state --value="$state"
last_run="-" last_run="-"
ynh_app_setting_set --app=$app --key=last_run --value="$last_run" ynh_app_setting_set --app=$app --key=last_run --value="$last_run"
# passwords aren't saved by default
ynh_app_setting_set --app=$app --key=passphrase --value="$passphrase"
#================================================= #=================================================
# INSTALL BORG # INSTALL BORG
#================================================= #=================================================