1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/borg_ynh.git synced 2024-09-03 18:16:05 +02:00

[fix] No yuno service to remove

This commit is contained in:
ljf 2018-11-28 21:08:14 +01:00
parent 5eb259a2ee
commit 696c319ffe

View file

@ -28,9 +28,8 @@ ynh_remove_backports
#=================================================
# REMOVE FILES
#=================================================
yunohost service stop $app.timer
yunohost service disable $app.timer
yunohost service remove $app.timer
systemctl stop $app.timer
systemctl disable $app.timer
ynh_remove_systemd_config
ynh_secure_remove "/etc/systemd/system/$app.timer"
ynh_secure_remove "/usr/local/bin/backup-with-$app"