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