mirror of
https://github.com/YunoHost-Apps/restic_ynh.git
synced 2024-09-03 20:16:22 +02:00
Fix restore script by calling the proper function
This commit is contained in:
parent
1e618d1787
commit
d31ec14cb7
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@ ynh_script_progression --message="Restoring system configurations related to $ap
|
|||
ynh_restore_file --origin_path="/etc/sudoers.d/$app"
|
||||
chown root:root "/etc/sudoers.d/$app"
|
||||
|
||||
ynh_restore --origin_path="/root/.ssh/id_${app}_ed25519"
|
||||
ynh_restore --origin_path="/root/.ssh/id_${app}_ed25519.pub"
|
||||
ynh_restore_file --origin_path="/root/.ssh/id_${app}_ed25519"
|
||||
ynh_restore_file --origin_path="/root/.ssh/id_${app}_ed25519.pub"
|
||||
# FIXME: restore the .ssh/config instead?
|
||||
_set_ssh_config
|
||||
|
||||
|
|
Loading…
Reference in a new issue