Fix process ID

This commit is contained in:
Skylar Grant 2023-01-22 22:50:09 -05:00
parent 3ea70b0898
commit 7dfafc95d9
1 changed files with 1 additions and 1 deletions

View File

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