1
0
Fork 0
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:
ljf (zamentur) 2020-07-14 12:14:45 +02:00 committed by GitHub
parent 6b15d301bd
commit 08bf69e11d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ source /usr/share/yunohost/helpers
# LOAD SETTINGS
#=================================================
app=$YNH_APP_INSTANCE_NAME
export app=$YNH_APP_INSTANCE_NAME
export server=$(ynh_app_setting_get $app server)
export ssh_user=$(ynh_app_setting_get $app ssh_user)