From c4992485ddf96ad96446f90317ef64e8d9909bb8 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Mon, 13 Jun 2022 20:32:55 +0000 Subject: [PATCH] Update start.sh --- root/scripts/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/scripts/start.sh b/root/scripts/start.sh index df6d9f5..f18ea7f 100644 --- a/root/scripts/start.sh +++ b/root/scripts/start.sh @@ -1,7 +1,7 @@ #!/usr/bin/with-contenv bash echo "Starting Script...." -processstartid="$(ps -A -o pid,cmd|grep "/scripts/start.bash" | grep -v grep | head -n 1 | awk '{print $1}')" +processstartid="$(ps -A -o pid,cmd|grep "/scripts/start.sh" | grep -v grep | head -n 1 | awk '{print $1}')" echo "To kill script, use the following command:" echo "kill -9 $processstartid" for (( ; ; )); do