reconfigure is complete
This commit is contained in:
@@ -6,10 +6,12 @@ birdnetpi_dir=/home/pi/BirdNET-Pi
|
|||||||
birdnet_conf=${birdnetpi_dir}/birdnet.conf
|
birdnet_conf=${birdnetpi_dir}/birdnet.conf
|
||||||
|
|
||||||
rearview() {
|
rearview() {
|
||||||
zenity --title="Configuration Wizard" --width=300 --ok-label="Exit" --window-icon=/usr/share/pixmaps/red-cardinal32.png \
|
zenity --title="Configuration Complete!!" --width=300 --ok-label="Finished" --window-icon=/usr/share/pixmaps/red-cardinal32.png \
|
||||||
--extra-button="Next" --info --text="Caddy is reloading and the passwords are being updated.
|
--info --text="
|
||||||
|
Caddy is reloading and the passwords are being updated.
|
||||||
|
|
||||||
Please allow 20 more seconds before pressing \"Next\"" --no-wrap --icon-name=red-cardinal
|
When the system is updated with your new information,
|
||||||
|
the main web page will open automatically" --no-wrap --icon-name=red-cardinal
|
||||||
}
|
}
|
||||||
rearview &
|
rearview &
|
||||||
|
|
||||||
@@ -48,3 +50,4 @@ sed -i s/'^CONFIDENCE=.*'/"CONFIDENCE=${new_confidence}"/g ${birdnet_conf}
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
${birdnetpi_dir}/scripts/update_birdnet.sh
|
${birdnetpi_dir}/scripts/update_birdnet.sh
|
||||||
|
xdg-open http://birdnetpi.local
|
||||||
|
|||||||
Reference in New Issue
Block a user