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:
parent
5eb259a2ee
commit
696c319ffe
1 changed files with 2 additions and 3 deletions
|
@ -28,9 +28,8 @@ ynh_remove_backports
|
||||||
#=================================================
|
#=================================================
|
||||||
# REMOVE FILES
|
# REMOVE FILES
|
||||||
#=================================================
|
#=================================================
|
||||||
yunohost service stop $app.timer
|
systemctl stop $app.timer
|
||||||
yunohost service disable $app.timer
|
systemctl disable $app.timer
|
||||||
yunohost service remove $app.timer
|
|
||||||
ynh_remove_systemd_config
|
ynh_remove_systemd_config
|
||||||
ynh_secure_remove "/etc/systemd/system/$app.timer"
|
ynh_secure_remove "/etc/systemd/system/$app.timer"
|
||||||
ynh_secure_remove "/usr/local/bin/backup-with-$app"
|
ynh_secure_remove "/usr/local/bin/backup-with-$app"
|
||||||
|
|
Loading…
Add table
Reference in a new issue