summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xazure/docker/docker-entrypoint.sh2
-rwxr-xr-xazure/docker/instance-config.sh2
-rwxr-xr-xazure/docker/instance-init.sh2
-rwxr-xr-xazure/docker/instance-run.sh2
-rw-r--r--azure/initialize.sh2
5 files changed, 5 insertions, 5 deletions
diff --git a/azure/docker/docker-entrypoint.sh b/azure/docker/docker-entrypoint.sh
index 26219d2..fcf9976 100755
--- a/azure/docker/docker-entrypoint.sh
+++ b/azure/docker/docker-entrypoint.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
# Copyright (c) 2018 Amdocs
#
# Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/azure/docker/instance-config.sh b/azure/docker/instance-config.sh
index f3b98b0..67793af 100755
--- a/azure/docker/instance-config.sh
+++ b/azure/docker/instance-config.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
# Copyright (c) 2018 Amdocs
#
# Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/azure/docker/instance-init.sh b/azure/docker/instance-init.sh
index 304bdd5..9f468ac 100755
--- a/azure/docker/instance-init.sh
+++ b/azure/docker/instance-init.sh
@@ -1,4 +1,4 @@
-#!/bin/bash -v
+#!/bin/sh -v
# Copyright (c) 2018 Amdocs
#
# Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/azure/docker/instance-run.sh b/azure/docker/instance-run.sh
index 10fd81e..8d54e25 100755
--- a/azure/docker/instance-run.sh
+++ b/azure/docker/instance-run.sh
@@ -1,4 +1,4 @@
-#!/bin/bash -v
+#!/bin/sh -v
# Copyright (c) 2018 Amdocs
#
# Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/azure/initialize.sh b/azure/initialize.sh
index 6128a8b..c7e62f3 100644
--- a/azure/initialize.sh
+++ b/azure/initialize.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
# Copyright (c) 2018 Amdocs
#
# Licensed under the Apache License, Version 2.0 (the "License");