mirror of
https://github.com/wekan/wekan.git
synced 2025-12-27 04:38:49 +01: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"
|