From d0e41eb1b1a1cb79365836da728908ed26253db4 Mon Sep 17 00:00:00 2001 From: Bin Yang Date: Fri, 8 Oct 2021 13:17:04 +0800 Subject: Fix script issue change bash to sh Issue-ID: MULTICLOUD-1408 Signed-off-by: Bin Yang Change-Id: I5c52608a83fba32e30a39836cb6872167733d514 --- fcaps/initialize.sh | 2 +- pike/initialize.sh | 2 +- pike/run.sh | 2 +- pike/stop.sh | 2 +- starlingx/initialize.sh | 2 +- windriver/initialize.sh | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/fcaps/initialize.sh b/fcaps/initialize.sh index 4bb9ab38..9eb81fdd 100644 --- a/fcaps/initialize.sh +++ b/fcaps/initialize.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # Copyright (c) 2017-2019 Wind River Systems, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pike/initialize.sh b/pike/initialize.sh index 6ce7d40e..c079088f 100755 --- a/pike/initialize.sh +++ b/pike/initialize.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # Copyright (c) 2017-2018 Wind River Systems, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pike/run.sh b/pike/run.sh index c3c962ee..c4ac483a 100755 --- a/pike/run.sh +++ b/pike/run.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # Copyright (c) 2017-2018 Wind River Systems, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pike/stop.sh b/pike/stop.sh index 38d101d5..6343dd1b 100755 --- a/pike/stop.sh +++ b/pike/stop.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # Copyright (c) 2017-2018 Wind River Systems, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/starlingx/initialize.sh b/starlingx/initialize.sh index fca55299..6939a7e2 100755 --- a/starlingx/initialize.sh +++ b/starlingx/initialize.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # Copyright (c) 2019 Intel Corporation. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/windriver/initialize.sh b/windriver/initialize.sh index be8e56ec..8c31d98a 100644 --- a/windriver/initialize.sh +++ b/windriver/initialize.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # Copyright (c) 2017-2018 Wind River Systems, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); -- cgit 1.2.3-korg