Update start.sh

pull/6/head
RandomNinjaAtk 2 years ago committed by GitHub
parent ea5a92e694
commit c4992485dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save