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"