allow for a graceful exit of 'birdnet-pi-configuration-wizard.service'

This commit is contained in:
Patrick McGuire
2021-12-04 12:12:42 -05:00
parent 845b6c1a27
commit 414fdf36a9
+1 -1
View File
@@ -28,7 +28,7 @@ overview() {
6) Updating the system to use your new birdnet.conf file" --no-wrap --icon-name=red-cardinal
if [ $? -eq 0 ];then
exit 1
exit 0
elif [ $? -eq 1 ];then
open_rpi_configuration && change_password
fi