From 68eafb3f30ba0f1f876af11b385d0822c6f374a0 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Fri, 8 Nov 2019 22:18:21 -0700 Subject: [PATCH] Ensire config dir exists --- net/common.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/net/common.sh b/net/common.sh index c5658d751c..7f64cf9c03 100644 --- a/net/common.sh +++ b/net/common.sh @@ -12,6 +12,7 @@ netDir=$( echo "$PWD" ) netConfigDir="$netDir"/config +mkdir -p "$netConfigDir" SOLANA_ROOT="$netDir"/.. # shellcheck source=scripts/configure-metrics.sh