..
This commit is contained in:
Vendored
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user