From 22a9e783c99b56db688793ad3736bd1e3fc20f40 Mon Sep 17 00:00:00 2001 From: Jonathan Warner Date: Mon, 12 Nov 2018 03:51:44 -0700 Subject: 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. --- stop-wekan.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'stop-wekan.sh') 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" -- cgit v1.2.3-1-g7c22