Bugfix: Replace bashisms with standard sh in tests/tools
This commit is contained in:
@@ -14,7 +14,7 @@ if [ $# -eq 0 ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
if [ $1 == "-STOP" ]; then
|
||||
if [ $1 = "-STOP" ]; then
|
||||
if [ -s ${PIDFILE} ]; then
|
||||
kill -s ${SIGNAL} $(<${PIDFILE})
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user