removed option to start after install
This commit is contained in:
@@ -100,8 +100,6 @@ echo " BirdNet is installed!!
|
|||||||
Visit
|
Visit
|
||||||
the BirdNET-Pi homepage at http://birdnetpi.local"
|
the BirdNET-Pi homepage at http://birdnetpi.local"
|
||||||
echo
|
echo
|
||||||
read -n1 -p " Would you like to run the birdnet_analysis.service now?" YN
|
|
||||||
echo
|
|
||||||
case $YN in
|
case $YN in
|
||||||
[Yy] ) sudo systemctl start birdnet_analysis.service \
|
[Yy] ) sudo systemctl start birdnet_analysis.service \
|
||||||
&& journalctl -fu birdnet_analysis;;
|
&& journalctl -fu birdnet_analysis;;
|
||||||
|
|||||||
Reference in New Issue
Block a user