From 1cb5a791ca03ec57b2574cfcbdccb59cf8c46011 Mon Sep 17 00:00:00 2001 From: Josh Brower Date: Tue, 12 Apr 2022 14:29:07 -0400 Subject: [PATCH] Add idh req_storage elif --- setup/so-functions | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup/so-functions b/setup/so-functions index 60c236395..09e7e03b6 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -911,6 +911,8 @@ check_requirements() { else if [[ "$standalone_or_dist" == 'import' ]]; then req_storage=50 + elif [[ "$node_type" == 'idh' ]]; then + req_storage=12 else req_storage=200 fi