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:
parent
faf24dc196
commit
3805bd703b
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue