diff --git a/setup/so-functions b/setup/so-functions index 7bbcb7835..349fb54aa 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -918,6 +918,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