python modules for filecheck

This commit is contained in:
m0duspwnens
2023-04-12 14:38:21 -04:00
parent c90c72dbba
commit 0d17f4f486
2 changed files with 6 additions and 0 deletions

View File

@@ -446,6 +446,7 @@ if ! [[ -f $install_opt_file ]]; then
elif [[ $is_searchnode ]]; then
#ubuntu_check
installer_prereq_packages
check_requirements "elasticsearch"
networking_needful
check_network_manager_conf
@@ -459,6 +460,7 @@ if ! [[ -f $install_opt_file ]]; then
elif [[ $is_heavynode ]]; then
#ubuntu_check
installer_prereq_packages
monints=true
check_requirements "heavynode"
calculate_useable_cores
@@ -471,6 +473,7 @@ if ! [[ -f $install_opt_file ]]; then
elif [[ $is_idh ]]; then
#ubuntu_check
installer_prereq_packages
check_requirements "idh"
networking_needful
collect_mngr_hostname
@@ -505,6 +508,7 @@ if ! [[ -f $install_opt_file ]]; then
elif [[ $is_receiver ]]; then
#ubuntu_check
installer_prereq_packages
check_requirements "receiver"
networking_needful
collect_mngr_hostname