fix camera write

This commit is contained in:
paukstelis
2022-05-16 20:45:47 -04:00
parent d703f596cb
commit 31576116f6

View File

@@ -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