hype changes

This commit is contained in:
m0duspwnens
2024-08-07 10:43:53 -04:00
parent a6f1a0245a
commit 9d2c5d54b0
12 changed files with 117 additions and 34 deletions

View File

@@ -1166,11 +1166,7 @@ get_redirect() {
get_minion_type() {
local minion_type
case "$install_type" in
'EVAL' | 'MANAGERSEARCH' | 'MANAGER' | 'SENSOR' | 'HEAVYNODE' | 'SEARCHNODE' | 'FLEET' | 'IDH' | 'STANDALONE' | 'IMPORT' | 'RECEIVER' | 'DESKTOP')
minion_type=$(echo "$install_type" | tr '[:upper:]' '[:lower:]')
;;
esac
minion_type=$(echo "$install_type" | tr '[:upper:]' '[:lower:]')
echo "$minion_type"
}