From 8bad3917fb80fb9129aabf5d9e99d8d09f5d229f Mon Sep 17 00:00:00 2001 From: besawn <38794505+besawn@users.noreply.github.com> Date: Tue, 28 Feb 2023 15:43:03 -0500 Subject: [PATCH] Added missing shebang to postscripts --- xCAT-genesis-scripts/usr/bin/bmcsetup | 1 + xCAT/postscripts/setupesx | 1 + 2 files changed, 2 insertions(+) diff --git a/xCAT-genesis-scripts/usr/bin/bmcsetup b/xCAT-genesis-scripts/usr/bin/bmcsetup index 84b9bac3e..322c3bea1 100755 --- a/xCAT-genesis-scripts/usr/bin/bmcsetup +++ b/xCAT-genesis-scripts/usr/bin/bmcsetup @@ -1,3 +1,4 @@ +#!/bin/sh # IBM(c) 2007 EPL license http://www.eclipse.org/legal/epl-v10.html # Lenovo (c) 2016 # diff --git a/xCAT/postscripts/setupesx b/xCAT/postscripts/setupesx index 81b94f4d0..6a8a49d2a 100755 --- a/xCAT/postscripts/setupesx +++ b/xCAT/postscripts/setupesx @@ -1,3 +1,4 @@ +#!/bin/sh # esx setup # example on how to set up ESX. We setup ssh and also add a basic # VLAN configuration