mirror of
https://github.com/YunoHost-Apps/thelounge_ynh.git
synced 2024-09-03 20:35:54 +02:00
Fix
This commit is contained in:
parent
c5628f8b9a
commit
39d900eae1
2 changed files with 2 additions and 8 deletions
|
@ -66,6 +66,8 @@ tempdir="$(mktemp -d)"
|
|||
ynh_setup_source --dest_dir=$tempdir --source_id=deb
|
||||
ynh_exec_warn_less dpkg -i $tempdir/thelounge.deb
|
||||
|
||||
ynh_secure_remove --file="$tempdir"
|
||||
|
||||
#=================================================
|
||||
# CREATE DEDICATED USER
|
||||
#=================================================
|
||||
|
|
|
@ -49,14 +49,6 @@ ynh_script_progression --message="Removing dependencies..."
|
|||
dpkg --remove thelounge
|
||||
ynh_remove_nodejs
|
||||
|
||||
#=================================================
|
||||
# REMOVE APP MAIN DIR
|
||||
#=================================================
|
||||
ynh_script_progression --message="Removing $app main directory..."
|
||||
|
||||
# Remove the app directory securely
|
||||
ynh_secure_remove --file="$final_path"
|
||||
|
||||
#=================================================
|
||||
# REMOVE NGINX CONFIGURATION
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue