From 07183bf12a719c929b5bf94d0fcca1f2b6865d04 Mon Sep 17 00:00:00 2001 From: paukstelis Date: Thu, 22 Apr 2021 22:01:56 -0400 Subject: [PATCH] should not have drank a beer before starting commits --- addnew_printer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addnew_printer.sh b/addnew_printer.sh index d933f8b..4d960ae 100755 --- a/addnew_printer.sh +++ b/addnew_printer.sh @@ -253,7 +253,7 @@ then mv $SCRIPTDIR/cam_$INSTANCE.service /etc/systemd/system/ echo $CAMPORT >> /etc/camera_ports #config.yaml modifications - echo "webcam: $OCTOCONFIG/.$INSTANCE/config.yaml" >> $OCTOCONFIG/.$INSTANCE/config.yaml + echo "webcam:" >> $OCTOCONFIG/.$INSTANCE/config.yaml echo " snapshot: http://localhost:$CAMPORT?action=snapshot" >> $OCTOCONFIG/.$INSTANCE/config.yaml echo " stream: http://localhost:$CAMPORT?action=stream" >> $OCTOCONFIG/.$INSTANCE/config.yaml echo