From 414fdf36a908490545fc244b09e680061d0dd772 Mon Sep 17 00:00:00 2001 From: Patrick McGuire Date: Sat, 4 Dec 2021 12:12:42 -0500 Subject: [PATCH] allow for a graceful exit of 'birdnet-pi-configuration-wizard.service' --- scripts/welcome_wizard.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/welcome_wizard.sh b/scripts/welcome_wizard.sh index 3f88c03..beff850 100755 --- a/scripts/welcome_wizard.sh +++ b/scripts/welcome_wizard.sh @@ -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