From 9ed445d864a1f6912b532312bce5b9ea7ced3f42 Mon Sep 17 00:00:00 2001 From: jbertram Date: Thu, 2 Jun 2016 13:27:43 -0500 Subject: [PATCH] ARTEMIS-386 fix shebang in service script --- .../apache/activemq/artemis/cli/commands/bin/artemis-service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/bin/artemis-service b/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/bin/artemis-service index ebc60c3a325..e88396f404b 100755 --- a/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/bin/artemis-service +++ b/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/bin/artemis-service @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information