Aborts installation with inexistent flavor

This commit is contained in:
kauedg 2023-10-27 23:21:47 -03:00
parent 780c93709a
commit 5c5d328f1e

View file

@ -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