mirror of
https://github.com/clearlinux/cloud-native-setup.git
synced 2026-08-26 10:28:25 +00:00
Fix script error cause of missing variables
Signed-off-by: Ganesh Maharaj Mahalingam <ganesh.mahalingam@intel.com>
This commit is contained in:
committed by
Nitin at Intel
parent
202c8ec007
commit
78e07e2c4f
@@ -6,6 +6,8 @@ set -o nounset
|
||||
|
||||
CUR_DIR=$(pwd)
|
||||
SCRIPT_DIR="$(dirname "${BASH_SOURCE[0]}")"
|
||||
: ${TOKEN:=}
|
||||
: ${MASTER_IP:=}
|
||||
|
||||
function print_usage_exit() {
|
||||
exit_code=${1:-0}
|
||||
|
||||
Reference in New Issue
Block a user