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

Fix removal

This commit is contained in:
yalh76 2020-01-20 00:53:30 +01:00
parent 75bf43d609
commit cda2938aa7
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -157,7 +157,7 @@ then
unzip $final_path/jitsi-jicofo-build/target/jicofo-linux-x64-1.1-SNAPSHOT.zip -d $final_path
ynh_secure_remove --file="$final_path/jitsi-jicofo/"
ynh_secure_remove --file="$final_path/jitsi-jicofo"
mv $final_path/jicofo-linux-x64-1.1-SNAPSHOT/ $final_path/jitsi-jicofo/
@ -177,7 +177,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"