Ensire config dir exists

This commit is contained in:
Michael Vines 2019-11-08 22:18:21 -07:00
parent 2649f6bdd6
commit 68eafb3f30
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ netDir=$(
echo "$PWD"
)
netConfigDir="$netDir"/config
mkdir -p "$netConfigDir"
SOLANA_ROOT="$netDir"/..
# shellcheck source=scripts/configure-metrics.sh