From 31576116f6784121e63130566eda3524acd1f706 Mon Sep 17 00:00:00 2001 From: paukstelis Date: Mon, 16 May 2022 20:45:47 -0400 Subject: [PATCH] fix camera write --- octoprint_deploy.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/octoprint_deploy.sh b/octoprint_deploy.sh index 5b70cf1..e1fc358 100755 --- a/octoprint_deploy.sh +++ b/octoprint_deploy.sh @@ -287,7 +287,8 @@ new_instance () { write_camera() { #Establish which streamer system is using, default mjpg-streamer - $STREAMER=$(cat /etc/octoprint_streamer) + STREAMER=$(cat /etc/octoprint_streamer) + echo $STREAMER if [ -z "$STREAMER"]; then $STREAMER='mjpg-streamer' fi