diff --git a/uninstall.sh b/uninstall.sh index b3ad48d..b45b67c 100644 --- a/uninstall.sh +++ b/uninstall.sh @@ -5,4 +5,4 @@ systemctl daemon-reload rm /etc/systemd/system/cpu_temp_monitor.service rm /usr/local/bin/cpu_temp_monitor.sh rm /var/log/cpu_temp_monitor.log -sed -i '/tempmon/' ~/.bashrc +sed -i '/tempmon/d' ~/.bashrc