1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/reiverr_ynh.git synced 2024-09-03 20:16:14 +02:00

fix logrotate remove

This commit is contained in:
Thomas 2023-10-29 13:20:45 +01:00 committed by GitHub
parent 4352665da5
commit eb39461091
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,9 +13,6 @@ ynh_script_progression --message="Stopping and removing the systemd service..."
ynh_remove_systemd_config
ynh_script_progression --message="Removing logrotate configuration..." --weight=1
ynh_remove_logrotate
ynh_script_progression --message="Removing NGINX web server configuration..." --weight=1
ynh_remove_nginx_config
@ -31,7 +28,7 @@ ynh_remove_nodejs
#=================================================
# REMOVE SERVICE IN YUNOHOST
#=================================================
ynh_script_progression --message="Integrating service in YunoHost..."
ynh_script_progression --message="Removing service in YunoHost..."
yunohost service remove $app --log="/var/log/$app/$app.log"