bugfix - changed shell script interpreter to env bash 96/123496/1
authorGuangrong Fu <fu.guangrong@zte.com.cn>
Tue, 24 Aug 2021 11:09:31 +0000 (19:09 +0800)
committerGuangrong Fu <fu.guangrong@zte.com.cn>
Tue, 24 Aug 2021 11:09:31 +0000 (19:09 +0800)
Issue-ID: HOLMES-463
Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
Change-Id: If9c199e4351cc4e9ae357a2aba08205d988703cf

engine-d-standalone/src/main/assembly/bin/initDB.sh
engine-d-standalone/src/main/assembly/bin/run.sh
engine-d-standalone/src/main/assembly/bin/stop.sh

index f0c3713..3472e31 100644 (file)
@@ -1,6 +1,6 @@
-#!/bin/sh
+#!/usr/bin/env bash
 #
-# Copyright 2017 ZTE Corporation.
+# Copyright 2017-2021 ZTE Corporation.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
index b7aea04..e5a09df 100644 (file)
@@ -1,7 +1,6 @@
-#!/bin/sh
-
+#!/usr/bin/env bash
 #
-# Copyright 2017-2020 ZTE Corporation.
+# Copyright 2017-2021 ZTE Corporation.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
index 5c217f1..1b3b610 100644 (file)
@@ -1,6 +1,6 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
-# Copyright 2017 ZTE Corporation.
+# Copyright 2017-2021 ZTE Corporation.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.