missed end of else bracket

This commit is contained in:
2021-12-04 16:39:22 -05:00
parent a9de0535ab
commit 0c22ff92e6

View File

@@ -337,5 +337,5 @@ if ($carpStatus == "MASTER") {
}
} else {
echo_write_log("Router is not currently CARP master, not updating");
}
echo_write_log("End of Script " . $argv[0]);