From d52f6600bc3efddccbb5a7502653939914bbe32f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=E1=B4=8F=C9=B4=C9=A2=20Jie?= Date: Tue, 20 Nov 2018 20:16:15 +0800 Subject: [PATCH] Fix shabang for some old scripts (#5824) --- xCAT-server/share/xcat/scripts/setup-dockerhost-cert.sh | 1 + xCAT-server/share/xcat/scripts/setup-local-client.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/xCAT-server/share/xcat/scripts/setup-dockerhost-cert.sh b/xCAT-server/share/xcat/scripts/setup-dockerhost-cert.sh index f23632e0b..ffc22a465 100755 --- a/xCAT-server/share/xcat/scripts/setup-dockerhost-cert.sh +++ b/xCAT-server/share/xcat/scripts/setup-dockerhost-cert.sh @@ -1,3 +1,4 @@ +#!/bin/bash # IBM(c) 2007 EPL license http://www.eclipse.org/legal/epl-v10.html # To create certficate for docker host echo "$0 xcatdockerhost" diff --git a/xCAT-server/share/xcat/scripts/setup-local-client.sh b/xCAT-server/share/xcat/scripts/setup-local-client.sh index 11a3bc284..9407fee82 100755 --- a/xCAT-server/share/xcat/scripts/setup-local-client.sh +++ b/xCAT-server/share/xcat/scripts/setup-local-client.sh @@ -1,3 +1,4 @@ +#!/bin/bash # IBM(c) 2007 EPL license http://www.eclipse.org/legal/epl-v10.html # set up credentials for user to be able to run xCAT commands # Must be run by root