1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jitsi_ynh.git synced 2024-09-03 19:35:57 +02:00

fix jitsi-meet removal

This commit is contained in:
yalh76 2019-08-25 21:48:30 +02:00
parent b13f66c6f9
commit 3cd331456e
2 changed files with 2 additions and 2 deletions

View file

@ -143,7 +143,7 @@ fi
#=================================================
# Remove the log files
ynh_secure_remove --file="/var/log/$app/"
ynh_secure_remove --file="/var/log/$app"
#=================================================
# GENERIC FINALIZATION

View file

@ -155,7 +155,7 @@ then
tar xf data.tar.xz
popd
ynh_secure_remove --file="$final_path/jitsi-meet/"
ynh_secure_remove --file="$final_path/jitsi-meet"
mv "$final_path/jitsi-meet_temp/usr/share/jitsi-meet/" "$final_path/jitsi-meet/"
ynh_secure_remove --file="$final_path/jitsi-meet_temp"