From 6cfdced28ee8e432a082f736d0514a478937dee2 Mon Sep 17 00:00:00 2001 From: "tiago.aica" Date: Sun, 15 Feb 2026 13:56:43 +0000 Subject: [PATCH] .. --- debian/setup_raspberry.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/setup_raspberry.sh b/debian/setup_raspberry.sh index 26045c3..0a865e3 100644 --- a/debian/setup_raspberry.sh +++ b/debian/setup_raspberry.sh @@ -148,7 +148,7 @@ setup_mac_address() { if ask_confirmation "Do you want to configure the MAC address for eth0 automatically?" "n"; then download_file "set_mac_wifi.sh" "$SCRIPT_DIR" || return 1 - if configure_mac; then + if configure_mac "$1"; then log "${GREEN}MAC address setup completed successfully${NC}" return 0 else