setup carp sync at end

This commit is contained in:
2021-11-30 14:38:38 -05:00
parent badf850f40
commit eb63bbd580

View File

@@ -130,3 +130,7 @@ rrd_configure(true);
printf("Done Setting WAN to Static based on the DHCP information. \n");
printf("Starting the CARP Sync. \n");
$syncStatus = trim(shell_exec('configctl system ha_reconfigure_backup'));
printf("CARP Sync Status: %s. \n", $syncStatus);
printf("finished the CARP Sync. \n");