From 16a8d14dad6a60305c907e2e9549f1d4fa72c202 Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 15 Apr 2022 13:24:43 -0400 Subject: [PATCH] Update zigbee2mqtt-v3.sh --- ct/zigbee2mqtt-v3.sh | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/ct/zigbee2mqtt-v3.sh b/ct/zigbee2mqtt-v3.sh index eefa163f..78efaead 100644 --- a/ct/zigbee2mqtt-v3.sh +++ b/ct/zigbee2mqtt-v3.sh @@ -353,19 +353,6 @@ lxc.mount.entry: /dev/serial/by-id dev/serial/by-id none bind,optional,create= lxc.mount.entry: /dev/ttyUSB0 dev/ttyUSB0 none bind,optional,create=file lxc.mount.entry: /dev/ttyACM0 dev/ttyACM0 none bind,optional,create=file EOF -if [ "$DHCP" == "1" ]; then -MAC=$(pct config $CTID \ -| grep -i hwaddr \ -| awk '{print substr($2, 31, length($3) 17 ) }') \ - -echo -e "MAC Address ${BL}$MAC${CL}" - -dhcp_reservation(){ - printf "Please set DHCP reservation and press Enter." - read -} -dhcp_reservation -fi echo -en "${GN} Starting LXC Container... " pct start $CTID