mirror of
https://github.com/wekan/wekan.git
synced 2026-01-30 05:05:17 +01:00
6 lines
193 B
Bash
6 lines
193 B
Bash
|
|
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"
|