From 4c2857b6e88b380ad7923b97b3db4c1eb33e4e75 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sun, 4 Nov 2018 18:32:08 +0200 Subject: Add build scripts. --- status-wekan.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 status-wekan.sh (limited to 'status-wekan.sh') diff --git a/status-wekan.sh b/status-wekan.sh new file mode 100755 index 00000000..2b815f4a --- /dev/null +++ b/status-wekan.sh @@ -0,0 +1,5 @@ +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" -- cgit v1.2.3-1-g7c22