From dcdc7a04600633e1baaa5ce8747ffbe015f2ed7e Mon Sep 17 00:00:00 2001 From: Jeidnx Date: Tue, 6 Sep 2022 11:27:32 +0200 Subject: [PATCH] Add Shebang --- configure-instance.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/configure-instance.sh b/configure-instance.sh index 9b83d1c..ffbbeee 100755 --- a/configure-instance.sh +++ b/configure-instance.sh @@ -1,3 +1,4 @@ +#!/usr/bin/env bash echo "Enter a hostname for the Frontend (eg: piped.kavin.rocks):" && read -r frontend echo "Enter a hostname for the Backend (eg: pipedapi.kavin.rocks):" && read -r backend echo "Enter a hostname for the Proxy (eg: pipedproxy.kavin.rocks):" && read -r proxy