From 7dfafc95d96d5a4f6f5c13fb2058994ab24f2b90 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Sun, 22 Jan 2023 22:50:09 -0500 Subject: [PATCH] Fix process ID --- hestia.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hestia.sh b/hestia.sh index 18449be..8e311dd 100755 --- a/hestia.sh +++ b/hestia.sh @@ -35,7 +35,7 @@ echo -e " [ Hestia Control Panel ] This script is being run from: '$(pwd)' -Active Nodes: $(ps ax -o pid,user,command | grep 'node websvr.js' | grep -v grep) +Active Nodes: $(ps ax -o pid,user,command | grep 'node main.js' | grep -v grep) Please enter an option from below: