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:
parent
75bf43d609
commit
cda2938aa7
2 changed files with 3 additions and 3 deletions
|
@ -155,7 +155,7 @@ fi
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
# Remove the log files
|
# Remove the log files
|
||||||
ynh_secure_remove --file="/var/log/$app/"
|
ynh_secure_remove --file="/var/log/$app"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# GENERIC FINALIZATION
|
# GENERIC FINALIZATION
|
||||||
|
|
|
@ -157,7 +157,7 @@ then
|
||||||
|
|
||||||
unzip $final_path/jitsi-jicofo-build/target/jicofo-linux-x64-1.1-SNAPSHOT.zip -d $final_path
|
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/
|
mv $final_path/jicofo-linux-x64-1.1-SNAPSHOT/ $final_path/jitsi-jicofo/
|
||||||
|
|
||||||
|
@ -177,7 +177,7 @@ then
|
||||||
tar xf data.tar.xz
|
tar xf data.tar.xz
|
||||||
popd
|
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/"
|
mv "$final_path/jitsi-meet_temp/usr/share/jitsi-meet/" "$final_path/jitsi-meet/"
|
||||||
ynh_secure_remove --file="$final_path/jitsi-meet_temp"
|
ynh_secure_remove --file="$final_path/jitsi-meet_temp"
|
||||||
|
|
Loading…
Add table
Reference in a new issue