From d06e0310661f969837a27b827e4fe502e47c6628 Mon Sep 17 00:00:00 2001 From: paukstelis Date: Fri, 23 Dec 2022 16:25:51 -0500 Subject: [PATCH] fix echo --- octoprint_deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octoprint_deploy.sh b/octoprint_deploy.sh index 15f9640..deac1f8 100755 --- a/octoprint_deploy.sh +++ b/octoprint_deploy.sh @@ -376,7 +376,7 @@ write_camera() { echo "backend cam_$INSTANCE" >> /etc/haproxy/haproxy.cfg if [ $HAversion -gt 1 ]; then echo " reqrep ^([^\ :]*)\ /cam_$INSTANCE/(.*) \1\ /\2" >> /etc/haproxy/haproxy.cfg - echo " server webcam1 127.0.0.1:$CAMPORT" + echo " server webcam1 127.0.0.1:$CAMPORT" >> /etc/haproxy/haproxy.cfg else echo " reqrep ^([^\ :]*)\ /cam_$INSTANCE/(.*) \1\ /\2" >> /etc/haproxy/haproxy.cfg echo " server webcam1 127.0.0.1:$CAMPORT" >> /etc/haproxy/haproxy.cfg