From 9e766be0acf6bec518d01f621d01f4163b6c5d9e Mon Sep 17 00:00:00 2001 From: tteck Date: Sat, 21 Aug 2021 22:53:38 -0400 Subject: [PATCH] Update node-red_container.sh --- node-red_container.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/node-red_container.sh b/node-red_container.sh index 6e41d4dd..5c614f4a 100644 --- a/node-red_container.sh +++ b/node-red_container.sh @@ -65,7 +65,7 @@ TEMP_DIR=$(mktemp -d) pushd $TEMP_DIR >/dev/null # Download setup script -wget -qL https://raw.githubusercontent.com/tteck/Proxmox/main/node-red2_setup.sh +wget -qL https://raw.githubusercontent.com/tteck/Proxmox/main/node-red_setup.sh # Detect modules and automatically load at boot load_module overlay @@ -152,8 +152,8 @@ pct unmount $CTID && unset MOUNT # Setup container msg "Starting LXC container..." pct start $CTID -pct push $CTID node-red2_setup.sh /node-red2_setup.sh -perms 755 -pct exec $CTID /node-red2_setup.sh +pct push $CTID node-red_setup.sh /node-red_setup.sh -perms 755 +pct exec $CTID /node-red_setup.sh # Get network details and show completion message IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')