From 66c00441cd35c1d67968ad951baae9971923dabf Mon Sep 17 00:00:00 2001 From: paukstelis Date: Wed, 28 Sep 2022 19:20:46 -0400 Subject: [PATCH] camera dmesg --- octoprint_deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octoprint_deploy.sh b/octoprint_deploy.sh index e65f98d..a4e447a 100755 --- a/octoprint_deploy.sh +++ b/octoprint_deploy.sh @@ -470,7 +470,7 @@ detect_printer() { fi counter=$(( $counter + 1 )) #No need to complete timeout in this case - if [[ -n "$TEMPUSB" ]] && [[ -z "$UDEV" ]] + if [[ -n "$TEMPUSB" ]] && [[ -z "$UDEV" ]]; then break fi done