diff --git a/iso/installer/install.sh b/iso/installer/install.sh index 72d921a8..cb7705da 100755 --- a/iso/installer/install.sh +++ b/iso/installer/install.sh @@ -776,6 +776,10 @@ case $myCONF_TPOT_FLAVOR in fuBANNER "SENSOR" ln -s /opt/tpot/etc/compose/sensor.yml $myTPOTCOMPOSE ;; + *) + echo "Aborting. TPot flavor $myCONF_TPOT_FLAVOR doesn't exist." + exit + ;; esac # Let's load docker images