1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/limesurvey_ynh.git synced 2024-09-03 19:36:32 +02:00

debug restore

This commit is contained in:
Félix Piédallu 2024-01-23 17:52:29 +01:00
parent faf24dc196
commit 3805bd703b

View file

@ -18,6 +18,9 @@ ynh_script_progression --message="Restoring the app main directory..." --weight=
ynh_restore_file --origin_path="$install_dir" ynh_restore_file --origin_path="$install_dir"
# Update the symlink just in case # 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" rm "$install_dir/upload"
ln -s "$data_dir/upload" "$install_dir/upload" ln -s "$data_dir/upload" "$install_dir/upload"