summaryrefslogtreecommitdiffstats
path: root/stop-wekan.sh
diff options
context:
space:
mode:
authorJonathan Warner <warnerjon12@gmail.com>2018-11-12 03:51:44 -0700
committerJonathan Warner <warnerjon12@gmail.com>2018-11-12 05:45:51 -0700
commit22a9e783c99b56db688793ad3736bd1e3fc20f40 (patch)
tree85bc85d372a7c1f9e9bdfe3ee5530273a02f0157 /stop-wekan.sh
parentd4e75165dde4977f8354170d4367a4c5213b122c (diff)
downloadwekan-22a9e783c99b56db688793ad3736bd1e3fc20f40.tar.gz
wekan-22a9e783c99b56db688793ad3736bd1e3fc20f40.tar.bz2
wekan-22a9e783c99b56db688793ad3736bd1e3fc20f40.zip
Revised shell scripts to check for wekan repository
The scripts used to assume that ~/repos/wekan was a local wekan repo. They now check that the active directory is a wekan repo.
Diffstat (limited to 'stop-wekan.sh')
-rwxr-xr-xstop-wekan.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/stop-wekan.sh b/stop-wekan.sh
index a7adf03b..8865a83a 100755
--- a/stop-wekan.sh
+++ b/stop-wekan.sh
@@ -1 +1,3 @@
+#!/bin/sh
+
pkill -f "node main.js"