Remove duplicate blocks

This commit is contained in:
2022-01-17 12:08:17 -05:00
parent 82ba1f98e0
commit ed247281f4

View File

@@ -1373,11 +1373,11 @@ uninstall() {
for f in "$SERVICE_FNAME" "$TIMER_FNAME"; do for f in "$SERVICE_FNAME" "$TIMER_FNAME"; do
[[ -f "$f" ]] && debug "Removing $f" && sudo rm -f "$f" [[ -f "$f" ]] && debug "Removing $f" && sudo rm -f "$f"
done done
systemctl_reload_cmd
done done
for f in /etc/systemd/system/jriver-*; do for f in /etc/systemd/system/jriver-*; do
sudo rm -f "$f" sudo rm -f "$f"
done done
systemctl_reload_cmd
done done
echo "Removing repo files" echo "Removing repo files"