heavynode changes

This commit is contained in:
m0duspwnens
2023-03-02 15:09:59 -05:00
parent fb5aad34e0
commit e6167dc34a
5 changed files with 23 additions and 4 deletions

View File

@@ -1704,7 +1704,7 @@ process_installtype() {
elif [ "$install_type" = 'SEARCHNODE' ]; then
is_searchnode=true
elif [ "$install_type" = 'HEAVYNODE' ]; then
is_heavy=true
is_heavynode=true
elif [ "$install_type" = 'FLEET' ]; then
is_fleet=true
elif [ "$install_type" = 'IDH' ]; then