From 05ddd6b03b433cd6479e8d5d1e85f7320780686f Mon Sep 17 00:00:00 2001 From: paukstelis Date: Thu, 6 Apr 2023 19:48:38 -0400 Subject: [PATCH] cameraport adjust --- octoprint_deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octoprint_deploy.sh b/octoprint_deploy.sh index d39749e..21a3be7 100755 --- a/octoprint_deploy.sh +++ b/octoprint_deploy.sh @@ -501,7 +501,7 @@ add_camera() { fi CAMPORT=$((CAMPORT+1)) - if [[ $CAMPORT -gt 7000 ]]; then + if [ $CAMPORT -gt 7000 ]; then break else echo "Camera Port must be greater than 7000"