rollback scripts to bash 81/112081/1
authorMichael Dürre <michael.duerre@highstreet-technologies.com>
Thu, 3 Sep 2020 08:21:07 +0000 (10:21 +0200)
committerMichael Dürre <michael.duerre@highstreet-technologies.com>
Thu, 3 Sep 2020 08:21:18 +0000 (10:21 +0200)
change back from sh to bash

Issue-ID: SDNC-1346
Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
Change-Id: I3798ff8cbe5e1ee52d8c3abbc45a45a00ff3be42

Former-commit-id: f685f0a4491f2adfc498977c404b6c1f93f16717

14 files changed:
installation/sdnc/src/main/scripts/addA1TrustStore.sh
installation/sdnc/src/main/scripts/addIpAddresses.sh
installation/sdnc/src/main/scripts/addSdncKeyStore.sh
installation/sdnc/src/main/scripts/addVnis.sh
installation/sdnc/src/main/scripts/backupMdsal.sh
installation/sdnc/src/main/scripts/configure_geo_cluster.sh
installation/sdnc/src/main/scripts/installFeatures.sh
installation/sdnc/src/main/scripts/installSdncDb.sh
installation/sdnc/src/main/scripts/installZips.sh
installation/sdnc/src/main/scripts/restoreMdsal.sh
installation/sdnc/src/main/scripts/rmForeignKey.sh
installation/sdnc/src/main/scripts/startODL.oom.sh
installation/sdnc/src/main/scripts/startODL.sh
installation/sdnc/src/main/scripts/switchVoting.sh

index ae74e5f..4e3fcab 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 ###
 # ============LICENSE_START=======================================================
index 6a29d47..6b9af4d 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 MYSQL_USER=${MYSQL_USER:-sdnctl}
 MYSQL_PWD=${MYSQL_PWD:-gamma}
index 9b526a6..a8b50eb 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 MYSQL_USER=${MYSQL_USER:-sdnctl}
 MYSQL_PWD=${MYSQL_PWD:-gamma}
index b744bbe..5fbe053 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 if [ $# -ne 3 ]; then
    echo "Usage: configure_geo_cluster.sh <member_index{1..6}> <primary_node> <secondary_node>"
index 9180bc2..1fe1081 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 ###
 # ============LICENSE_START=======================================================
index d645d4b..1a40328 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 ###
 # ============LICENSE_START=======================================================
index 89ffd08..e8789be 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 ###
 # ============LICENSE_START=======================================================
index 2bfd976..1f73d77 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 cat > /tmp/daexim-import.json <<-END
 { 
    "input" : { 
index 0f70fcd..40914fa 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 MYSQL_USER=${MYSQL_USER:-sdnctl}
 MYSQL_PWD=${MYSQL_PWD:-gamma}
index 4be6904..1ce4a1b 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 ###
 # ============LICENSE_START=======================================================
index 0b7a47c..86d1e09 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 ###
 # ============LICENSE_START=======================================================