Fix shell issue 20/87620/1
authorBin Yang <bin.yang@windriver.com>
Tue, 14 May 2019 04:21:30 +0000 (04:21 +0000)
committerBin Yang <bin.yang@windriver.com>
Tue, 14 May 2019 04:21:30 +0000 (04:21 +0000)
Change-Id: I382f7c63835f8ad54cb82558e818e7e441ff968d
Issue-ID: MULTICLOUD-627
Signed-off-by: Bin Yang <bin.yang@windriver.com>
azure/docker/docker-entrypoint.sh
azure/docker/instance-config.sh
azure/docker/instance-init.sh
azure/docker/instance-run.sh
azure/initialize.sh

index 26219d2..fcf9976 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 # Copyright (c) 2018 Amdocs
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
index f3b98b0..67793af 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 # Copyright (c) 2018 Amdocs
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
index 304bdd5..9f468ac 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash -v
+#!/bin/sh -v
 # Copyright (c) 2018 Amdocs
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
index 10fd81e..8d54e25 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash -v
+#!/bin/sh -v
 # Copyright (c) 2018 Amdocs
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
index 6128a8b..c7e62f3 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 # Copyright (c) 2018 Amdocs
 #
 # Licensed under the Apache License, Version 2.0 (the "License");