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:
parent
b13f66c6f9
commit
3cd331456e
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue