mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 05:27:14 -04:00
5 lines
193 B
Bash
Executable file
5 lines
193 B
Bash
Executable file
echo -e "\nWekan node.js:"
|
|
ps aux | grep "node main.js" | grep -v grep
|
|
echo -e "\nWekan mongodb:"
|
|
ps aux | grep mongo | grep -v grep
|
|
echo -e "\nWekan logs are at /home/wekan/repos/wekan.log\n"
|