Skip to content

Commit ac112e8

Browse files
committed
Also output logs
1 parent c8e74f4 commit ac112e8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

install-mjpeg-streamer.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,4 +153,8 @@ echo " • Device: $CAMERA_DEV"
153153
echo " • Resolution: $RES"
154154
echo " • Frame rate: ${FRAMERATE} fps"
155155
echo " • Stream: http://<this_host_ip>:8080/?action=stream"
156-
echo " • Snapshot: http://<this_host_ip>:8080/?action=snapshot"
156+
echo " • Snapshot: http://<this_host_ip>:8080/?action=snapshot"
157+
158+
sleep 1
159+
160+
journalctl -xeu --no-pager mjpeg-streamer

0 commit comments

Comments
 (0)