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:
parent
cb09827eea
commit
3d91ffd4d1
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue