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 --- starlingx/initialize.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'starlingx') 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"); -- cgit 1.2.3-korg