Remove duplicate blocks
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user