diff --git a/scripts/connect.sh b/scripts/connect.sh index f7bba889d..b899203c8 100644 --- a/scripts/connect.sh +++ b/scripts/connect.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/usr/bin/env bash # This script is used to connect to an OBCluster in a Kubernetes cluster. diff --git a/scripts/setup-obproxy.sh b/scripts/setup-obproxy.sh index ebf2d49d1..e5929c033 100644 --- a/scripts/setup-obproxy.sh +++ b/scripts/setup-obproxy.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/usr/bin/env bash # This script is used to setup obproxy for an OBCluster handyly for quick testing. # It will install obproxy and configure it with a simple configuration file.