From 082cb2a820ae5eddbb53f40a53bf022c63c36211 Mon Sep 17 00:00:00 2001 From: Kavin <20838718+FireMasterK@users.noreply.github.com> Date: Fri, 10 Mar 2023 00:09:11 +0000 Subject: [PATCH] Use sh shebang. --- configure-instance.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure-instance.sh b/configure-instance.sh index 412c21c..52e39d0 100755 --- a/configure-instance.sh +++ b/configure-instance.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/bin/sh 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