From 3805bd703bec71d9ddf48d5b439edf035c4c3775 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Tue, 23 Jan 2024 17:52:29 +0100 Subject: [PATCH] debug restore --- scripts/restore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/restore b/scripts/restore index ac35dde..a6d262e 100644 --- a/scripts/restore +++ b/scripts/restore @@ -18,6 +18,9 @@ ynh_script_progression --message="Restoring the app main directory..." --weight= ynh_restore_file --origin_path="$install_dir" # Update the symlink just in case +ynh_exec_warn ls -lah "$install_dir" +ynh_exec_warn ls -lah "$install_dir/upload/" + rm "$install_dir/upload" ln -s "$data_dir/upload" "$install_dir/upload"