mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-05-13 11:48:09 +00:00
static link to compose.ymls
this will ensure for the future update script that changes will be engaged w/o user interaction
This commit is contained in:
parent
38112755ce
commit
ac47c7b555
1 changed files with 6 additions and 6 deletions
|
@ -593,27 +593,27 @@ sed -i 's#\#Port 22#Port 64295#' /etc/ssh/sshd_config 2>&1 | dialog --title "[ S
|
|||
case $myCONF_TPOT_FLAVOR in
|
||||
STANDARD)
|
||||
echo "### Preparing STANDARD flavor installation."
|
||||
cp /opt/tpot/etc/compose/standard.yml $myTPOTCOMPOSE 2>&1>/dev/null
|
||||
ln -s /opt/tpot/etc/compose/standard.yml $myTPOTCOMPOSE 2>&1>/dev/null
|
||||
;;
|
||||
SENSOR)
|
||||
echo "### Preparing SENSOR flavor installation."
|
||||
cp /opt/tpot/etc/compose/sensor.yml $myTPOTCOMPOSE 2>&1>/dev/null
|
||||
ln -s /opt/tpot/etc/compose/sensor.yml $myTPOTCOMPOSE 2>&1>/dev/null
|
||||
;;
|
||||
INDUSTRIAL)
|
||||
echo "### Preparing INDUSTRIAL flavor installation."
|
||||
cp /opt/tpot/etc/compose/industrial.yml $myTPOTCOMPOSE 2>&1>/dev/null
|
||||
ln -s /opt/tpot/etc/compose/industrial.yml $myTPOTCOMPOSE 2>&1>/dev/null
|
||||
;;
|
||||
COLLECTOR)
|
||||
echo "### Preparing COLLECTOR flavor installation."
|
||||
cp /opt/tpot/etc/compose/collector.yml $myTPOTCOMPOSE 2>&1>/dev/null
|
||||
ln -s /opt/tpot/etc/compose/collector.yml $myTPOTCOMPOSE 2>&1>/dev/null
|
||||
;;
|
||||
EXPERIMENTAL)
|
||||
echo "### Preparing EXPERIMENTAL flavor installation."
|
||||
cp /opt/tpot/etc/compose/experimental.yml $myTPOTCOMPOSE 2>&1>/dev/null
|
||||
ln -s /opt/tpot/etc/compose/experimental.yml $myTPOTCOMPOSE 2>&1>/dev/null
|
||||
;;
|
||||
LEGACY)
|
||||
echo "### Preparing LEGACY flavor installation."
|
||||
cp /opt/tpot/etc/compose/legacy.yml $myTPOTCOMPOSE 2>&1>/dev/null
|
||||
ln -s /opt/tpot/etc/compose/legacy.yml $myTPOTCOMPOSE 2>&1>/dev/null
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in a new issue