1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/restic_ynh.git synced 2024-09-03 20:16:22 +02:00

Fix restore, remove debug

This commit is contained in:
Salamandar 2024-05-26 12:56:25 +02:00
parent 1df315cb74
commit 6cb309b83d

View file

@ -13,13 +13,13 @@ source /usr/share/yunohost/helpers
#=================================================
ynh_script_progression --message="Restoring the app main directory..." --weight=1
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"
_gen_and_save_public_key
chown -R "$app:$app" "$install_dir"
#=================================================