fix minion_type for *NODE install_type

This commit is contained in:
m0duspwnens
2020-05-29 16:35:39 -04:00
parent 16d6e4ae2e
commit d7e904e1ab

View File

@@ -778,7 +778,7 @@ get_minion_type() {
'HELIXSENSOR') 'HELIXSENSOR')
minion_type='helix' minion_type='helix'
;; ;;
'*NODE') *'NODE')
minion_type='node' minion_type='node'
;; ;;
esac esac