mirror of
https://github.com/YunoHost-Apps/restic_ynh.git
synced 2024-09-03 20:16:22 +02:00
Fix remove script
This commit is contained in:
parent
de72383bbc
commit
581aed537e
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ for suffix in "${systemd_services_suffixes[@]}"; do
|
|||
fi
|
||||
ynh_systemd_action --service_name="$app$suffix.timer" --action="stop"
|
||||
ynh_systemd_action --service_name="$app$suffix.timer" --action="disable"
|
||||
ynh_remove_systemd_config --service_name="$app$suffix"
|
||||
ynh_remove_systemd_config --service="$app$suffix"
|
||||
ynh_secure_remove "/etc/systemd/system/$app$suffix.timer"
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in a new issue