mirror of
https://github.com/YunoHost-Apps/borg_ynh.git
synced 2024-09-03 18:16:05 +02:00
Fix: save ssh_user
This commit is contained in:
parent
771b215f4e
commit
297dd6903b
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ if [[ "$repository" =~ $ssh_regex ]]; then
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
ynh_app_setting_set --app=$app --key=ssh_user --value="$ssh_user"
|
||||||
ynh_app_setting_set --app=$app --key=server --value="$server"
|
ynh_app_setting_set --app=$app --key=server --value="$server"
|
||||||
|
|
||||||
state="repository uncreated"
|
state="repository uncreated"
|
||||||
|
|
Loading…
Add table
Reference in a new issue