This commit is contained in:
Mike Reeves
2022-04-12 15:39:45 -04:00

View File

@@ -918,6 +918,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