Add idh req_storage elif

This commit is contained in:
Josh Brower
2022-04-12 14:29:07 -04:00
committed by GitHub
parent 8408628b03
commit 1cb5a791ca

View File

@@ -911,6 +911,8 @@ check_requirements() {
else else
if [[ "$standalone_or_dist" == 'import' ]]; then if [[ "$standalone_or_dist" == 'import' ]]; then
req_storage=50 req_storage=50
elif [[ "$node_type" == 'idh' ]]; then
req_storage=12
else else
req_storage=200 req_storage=200
fi fi