From b37cf3fed90b4bfb138743e70643192738f8b26a Mon Sep 17 00:00:00 2001 From: yistc <32131698+yistc@users.noreply.github.com> Date: Fri, 18 Oct 2024 01:29:14 +0800 Subject: [PATCH] chore --- lookbusy.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lookbusy.sh b/lookbusy.sh index 59257fb..f3b6f09 100644 --- a/lookbusy.sh +++ b/lookbusy.sh @@ -15,8 +15,6 @@ make install cd ~ -rm -rf /opt/lookbusy - # ask user how much cpu to use # default to 20 # echo "How much cpu do you want to use? (default 20)" @@ -51,4 +49,6 @@ KillSignal=SIGINT WantedBy=multi-user.target EOF -systemctl enable --now lookbusy.service \ No newline at end of file +systemctl enable --now lookbusy.service + +rm -rf /opt/lookbusy \ No newline at end of file