1
0
Fork 0
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:
Salamandar 2024-05-26 12:14:12 +02:00
parent de72383bbc
commit 581aed537e

View file

@ -20,7 +20,7 @@ for suffix in "${systemd_services_suffixes[@]}"; do
fi fi
ynh_systemd_action --service_name="$app$suffix.timer" --action="stop" ynh_systemd_action --service_name="$app$suffix.timer" --action="stop"
ynh_systemd_action --service_name="$app$suffix.timer" --action="disable" 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" ynh_secure_remove "/etc/systemd/system/$app$suffix.timer"
done done