removed option to start after install

This commit is contained in:
Patrick McGuire
2021-11-01 15:23:38 -04:00
parent e90318d3a3
commit d7f3f349c4
+1 -3
View File
@@ -99,9 +99,7 @@ echo " BirdNet is installed!!
Visit
the BirdNET-Pi homepage at http://birdnetpi.local"
echo
read -n1 -p " Would you like to run the birdnet_analysis.service now?" YN
echo
echo
case $YN in
[Yy] ) sudo systemctl start birdnet_analysis.service \
&& journalctl -fu birdnet_analysis;;