From fb7c5ba6ccfa32b9bf36ceeb653ab181e3abac61 Mon Sep 17 00:00:00 2001
From: tteck <tteckster@gmail.com>
Date: Sat, 21 Aug 2021 22:42:49 -0400
Subject: [PATCH] Update node-red_container.sh

---
 node-red_container.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/node-red_container.sh b/node-red_container.sh
index 4c31523ab..6e41d4dda 100644
--- a/node-red_container.sh
+++ b/node-red_container.sh
@@ -152,8 +152,8 @@ pct unmount $CTID && unset MOUNT
 # Setup container
 msg "Starting LXC container..."
 pct start $CTID
-pct push $CTID node-red_setup.sh /node-red_setup.sh -perms 755
-pct exec $CTID /node-red_setup.sh
+pct push $CTID node-red2_setup.sh /node-red2_setup.sh -perms 755
+pct exec $CTID /node-red2_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}')