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