added verbiage to make it clear that we are trying to get dhcp on wan

This commit is contained in:
2021-12-01 18:05:17 -05:00
parent 5038789595
commit d01cb56e0e

View File

@@ -130,7 +130,7 @@ do {
printf("WAN IP, Subnet Bits, and Gateway IP are okay. \n");
break;
} else {
printf("Warning: Missing WAN IP, Subnet Bits, or Gateway IP. \n");
printf("Warning: Missing WAN IP, Subnet Bits, or Gateway IP. Trying again. \n");
}
} while (true);
@@ -192,5 +192,6 @@ printf("Sleeping for 30 seconds. \n");
sleep(30);
$syncStatus = trim(shell_exec('configctl system ha_reconfigure_backup'));
printf("CARP Sync Status: %s. \n", $syncStatus);
printf("finished the CARP Sync. \n");