semicolon

This commit is contained in:
2021-11-30 14:44:51 -05:00
parent fdbd3f9f65
commit 03d571fdb4

View File

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