1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jellyseerr_ynh.git synced 2024-09-03 19:26:18 +02:00

Update remove

This commit is contained in:
Thomas 2023-09-14 15:55:20 +02:00 committed by GitHub
parent 99fc3e41c7
commit 85a04f99f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,6 +43,13 @@ ynh_remove_nodejs
#=================================================
# SPECIFIC REMOVE
#=================================================
# REMOVE SERVICE IN YUNOHOST
#=================================================
ynh_script_progression --message="Integrating service in YunoHost..."
yunohost service remove $app --log="/var/log/$app/$app.log"
#=================================================
# REMOVE VARIOUS FILES
#=================================================
@ -51,14 +58,6 @@ ynh_script_progression --message="Removing various files..." --weight=1
# Remove the log files
ynh_secure_remove --file="/var/log/$app"
#=================================================
# REMOVE SERVICE IN YUNOHOST
#=================================================
ynh_script_progression --message="Integrating service in YunoHost..."
yunohost service remove $app --log="/var/log/$app/$app.log"
#=================================================
# END OF SCRIPT
#=================================================