From 804366e331410e04a908c8308a4d0b4515f1a870 Mon Sep 17 00:00:00 2001 From: jabuxas Date: Fri, 6 Sep 2024 16:43:38 -0300 Subject: [PATCH] fix: doesn't work with sh, just bash --- generate_config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generate_config.sh b/generate_config.sh index a869388..ea6e959 100755 --- a/generate_config.sh +++ b/generate_config.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash echo "Press enter to use the default value '[value]' or use a custom value" read -p "Server domain name - this is the end url of where abyss will be hosted []: " -e ABYSS_URL