added verbiage to make it clear that we are trying to get dhcp on wan
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user