From b096cbf1b16ad129ccb07be81167c8297c9ff217 Mon Sep 17 00:00:00 2001 From: paukstelis Date: Fri, 27 May 2022 16:09:37 -0400 Subject: [PATCH] cameraadding --- octoprint_deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/octoprint_deploy.sh b/octoprint_deploy.sh index 560b8e3..12d258c 100755 --- a/octoprint_deploy.sh +++ b/octoprint_deploy.sh @@ -155,7 +155,7 @@ new_instance () { main_menu fi fi - + #check to make sure first run is complete if grep -q 'firstRun: true' $BFOLD/config.yaml; then echo "WARNING!! You must setup the template profile and admin user before continuing" | log @@ -384,7 +384,7 @@ add_camera() { done fi - if [ "$camopt" == generic] then; + if [ "$camopt" == generic]; then echo "Don't add cameras to the generic instance." main_menu fi