mirror of https://github.com/apache/activemq.git
https://issues.apache.org/activemq/browse/AMQ-2453 - /bin/sh version of the script
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1034005 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
52aaa0a7f3
commit
e214256bec
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
# ------------------------------------------------------------------------
|
||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
# contributor license agreements. See the NOTICE file distributed with
|
||||
|
@ -527,7 +527,7 @@ invoke_stop(){
|
|||
|
||||
if (checkRunning);then
|
||||
sleep 1
|
||||
echo -n "."
|
||||
echo ".\c"
|
||||
else
|
||||
echo " FINISHED"
|
||||
FOUND="1"
|
||||
|
|
Loading…
Reference in New Issue