From f16041cedd65a76c58996ccb007198334d61ce01 Mon Sep 17 00:00:00 2001 From: Stephen Toth Date: Sat, 2 Sep 2023 20:08:26 -0500 Subject: [PATCH] changed ash to bash and added line to create outputdir if not there --- 1genconfig.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/1genconfig.sh b/1genconfig.sh index 6a7a9b5..42c7da2 100755 --- a/1genconfig.sh +++ b/1genconfig.sh @@ -1,6 +1,7 @@ -#!/bin/ash +#!/bin/bash OutputDir="clients/" +mkdir -p "$OutputDir" EnvironmentFile="0connection-info.env" echo "[*] Using server information from file \"$EnvironmentFile\""