summaryrefslogtreecommitdiff
path: root/bin/lazar-stop.sh
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2018-04-04 13:06:03 +0000
committergebele <gebele@in-silico.ch>2018-04-04 13:06:03 +0000
commit8c001b11e33f44dbf63e9cabf44e11af7ba4bc6b (patch)
tree142fee0706b706a8c2ea8d1d9bfca7618f547c02 /bin/lazar-stop.sh
parentecc0cdf82d64e378dda4fd2fbb8d6977d4b90cee (diff)
updated gem service commands
Diffstat (limited to 'bin/lazar-stop.sh')
-rwxr-xr-xbin/lazar-stop.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/lazar-stop.sh b/bin/lazar-stop.sh
index eea6815..c311584 100755
--- a/bin/lazar-stop.sh
+++ b/bin/lazar-stop.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
grep_lazar=`ps aux | grep -v grep | grep lazar-start`
grep_mongo=`ps aux | grep -v grep | grep mongod`
grep_rserve=`ps aux | grep -v grep | grep Rserve`