Fix uninstall

Esse commit está contido em:
2022-01-06 18:56:00 -05:00
commit 3dfbf13ae1

Ver Arquivo

@@ -1415,8 +1415,7 @@ uninstall() {
fi
done
for f in "$_service_fname" "$_timer_fname"; do
debug "Removing $f"
rm_cmd "$f"
[[ -f "$f" ]] && debug "Removing $f" && rm_cmd "$f"
done
systemctl_reload
done