mirror of
https://github.com/YunoHost-Apps/borg_ynh.git
synced 2024-09-03 18:16:05 +02:00
[fix] Bad private key to remote connexion
This commit is contained in:
parent
6b15d301bd
commit
08bf69e11d
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ source /usr/share/yunohost/helpers
|
||||||
# LOAD SETTINGS
|
# LOAD SETTINGS
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
app=$YNH_APP_INSTANCE_NAME
|
export app=$YNH_APP_INSTANCE_NAME
|
||||||
|
|
||||||
export server=$(ynh_app_setting_get $app server)
|
export server=$(ynh_app_setting_get $app server)
|
||||||
export ssh_user=$(ynh_app_setting_get $app ssh_user)
|
export ssh_user=$(ynh_app_setting_get $app ssh_user)
|
||||||
|
|
Loading…
Add table
Reference in a new issue