mirror of
https://github.com/tteck/Proxmox.git
synced 2024-11-23 16:53:29 +01:00
Update and rename pve7_zigbee2mqtt_container.sh to zigbee2mqtt_container.sh
This commit is contained in:
parent
4c47b9ee3f
commit
c276e23028
@ -74,7 +74,7 @@ TEMP_DIR=$(mktemp -d)
|
|||||||
pushd $TEMP_DIR >/dev/null
|
pushd $TEMP_DIR >/dev/null
|
||||||
|
|
||||||
# Download setup script
|
# Download setup script
|
||||||
wget -qL https://raw.githubusercontent.com/tteck/Proxmox/main/pve7_zigbee2mqtt_setup.sh
|
wget -qL https://raw.githubusercontent.com/tteck/Proxmox/main/zigbee2mqtt_setup.sh
|
||||||
|
|
||||||
# Detect modules and automatically load at boot
|
# Detect modules and automatically load at boot
|
||||||
load_module overlay
|
load_module overlay
|
||||||
@ -169,8 +169,8 @@ pct unmount $CTID && unset MOUNT
|
|||||||
# Setup container
|
# Setup container
|
||||||
msg "Starting LXC container..."
|
msg "Starting LXC container..."
|
||||||
pct start $CTID
|
pct start $CTID
|
||||||
pct push $CTID pve7_zigbee2mqtt_setup.sh /pve7_zigbee2mqtt_setup.sh -perms 755
|
pct push $CTID zigbee2mqtt_setup.sh /zigbee2mqtt_setup.sh -perms 755
|
||||||
pct exec $CTID /pve7_zigbee2mqtt_setup.sh
|
pct exec $CTID /zigbee2mqtt_setup.sh
|
||||||
|
|
||||||
# Get network details and show completion message
|
# Get network details and show completion message
|
||||||
IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
|
IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
|
Loading…
Reference in New Issue
Block a user