mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-10-15 12:59:15 +00:00
Aborts installation with inexistent flavor
This commit is contained in:
parent
780c93709a
commit
5c5d328f1e
1 changed files with 4 additions and 0 deletions
|
@ -776,6 +776,10 @@ case $myCONF_TPOT_FLAVOR in
|
||||||
fuBANNER "SENSOR"
|
fuBANNER "SENSOR"
|
||||||
ln -s /opt/tpot/etc/compose/sensor.yml $myTPOTCOMPOSE
|
ln -s /opt/tpot/etc/compose/sensor.yml $myTPOTCOMPOSE
|
||||||
;;
|
;;
|
||||||
|
*)
|
||||||
|
echo "Aborting. TPot flavor $myCONF_TPOT_FLAVOR doesn't exist."
|
||||||
|
exit
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# Let's load docker images
|
# Let's load docker images
|
||||||
|
|
Loading…
Reference in a new issue