Update adsb-feeder-vm.sh

This commit is contained in:
CanbiZ 2024-05-07 13:15:55 +02:00 committed by GitHub
parent 91baa71168
commit bfe2cc4f80
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -175,7 +175,7 @@ function advanced_settings() {
echo -e "${DGN}Using Interface MTU Size: ${BGN}$MTU1${CL}"
fi
fi
if (whiptail --backtitle "Proxmox VE Helper Scripts" --title "START VIRTUAL MACHINE" --yesno "Start Mikrotik RouterOS CHR VM when completed?" 10 58); then
if (whiptail --backtitle "Proxmox VE Helper Scripts" --title "START VIRTUAL MACHINE" --yesno "Start ADS-B Feeder VM when completed?" 10 58); then
echo -e "${DGN}Start ADS-B Feeder VM when completed: ${BGN}yes${CL}"
START_VM="yes"
else