From af56e5731e6cb8f36b4290676ef362cf4f0a0efd Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 6 Oct 2024 15:30:47 +0200 Subject: [PATCH] Update DOCS.md --- birdnet-pi/DOCS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/birdnet-pi/DOCS.md b/birdnet-pi/DOCS.md index 55ec18c03..d655fd0cc 100644 --- a/birdnet-pi/DOCS.md +++ b/birdnet-pi/DOCS.md @@ -119,5 +119,5 @@ amixer -c 1 sset Mic 90% ### Startup automatically Make the file executable chmod +x startmic.sh Execute the crontab command crontab -e and select nano as your editor. -Paste in @reboot /home/linuxconfig/startmic.sh then save and exit nano. +Paste in `@reboot $HOME/startmic.sh` then save and exit nano. Reboot the Pi and test again with VLC to make sure the RTSP stream is live.