This commit is contained in:
2026-02-15 13:56:43 +00:00
parent 3390145cf7
commit 6cfdced28e
+1 -1
View File
@@ -148,7 +148,7 @@ setup_mac_address() {
if ask_confirmation "Do you want to configure the MAC address for eth0 automatically?" "n"; then 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 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}" log "${GREEN}MAC address setup completed successfully${NC}"
return 0 return 0
else else