summaryrefslogtreecommitdiffstats
path: root/stop-wekan.sh
diff options
context:
space:
mode:
Diffstat (limited to 'stop-wekan.sh')
-rwxr-xr-xstop-wekan.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/stop-wekan.sh b/stop-wekan.sh
new file mode 100755
index 00000000..8865a83a
--- /dev/null
+++ b/stop-wekan.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+pkill -f "node main.js"