mirror of
https://github.com/YunoHost-Apps/restic_ynh.git
synced 2024-09-03 20:16:22 +02:00
do not setup_source in restore
This commit is contained in:
parent
581aed537e
commit
1e618d1787
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ ynh_exec_warn find '/home/yunohost.backup/tmp/Backup_test/apps/restic/backup'
|
|||
|
||||
ynh_restore_file --origin_path="$install_dir"
|
||||
|
||||
ynh_setup_source --source_id=main --dest_dir="$install_dir"
|
||||
chmod +x "$install_dir/restic"
|
||||
# ynh_setup_source --source_id=main --dest_dir="$install_dir"
|
||||
# chmod +x "$install_dir/restic"
|
||||
|
||||
chown -R "$app:$app" "$install_dir"
|
||||
|
||||
|
|
Loading…
Reference in a new issue