1
0
Fork 0
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:
Salamandar 2024-05-26 12:18:51 +02:00
parent 581aed537e
commit 1e618d1787

View file

@ -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"