added end of script log message

This commit is contained in:
2021-12-04 13:13:34 -05:00
parent a0c7622497
commit f94592100b

View File

@@ -214,3 +214,4 @@ $syncStatus = shell_exec('configctl system ha_reconfigure_backup');
echo_write_log($randomString, "CARP Sync Status: " . $syncStatus);
echo_write_log($randomString, "finished the CARP Sync");
echo_write_log($randomString, "End of Script " . $argv[0]);