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

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

index 586eb03..c43f3e9 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 5595a33..d1b80ab 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env bash
 
 #
 # Copyright 2017-2021 ZTE Corporation.
index 2f98e77..ade940d 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.