From 57cb219a99c19489b66363f45b65ed94021f0a16 Mon Sep 17 00:00:00 2001 From: besawn <38794505+besawn@users.noreply.github.com> Date: Tue, 28 Feb 2023 15:41:56 -0500 Subject: [PATCH 1/2] Removed execute permission from xcatpostinit.service --- xCAT/postscripts/xcatpostinit.service | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 xCAT/postscripts/xcatpostinit.service diff --git a/xCAT/postscripts/xcatpostinit.service b/xCAT/postscripts/xcatpostinit.service old mode 100755 new mode 100644 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 2/2] 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 84b9bac3ed..322c3bea1d 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 81b94f4d0b..6a8a49d2ab 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