mirror of
https://github.com/wekan/wekan.git
synced 2026-01-09 11:08:50 +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"
|