mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2026-06-20 01:17:49 +02:00
Added a predictable log entry to signal that a command has completed successfully.
For example a backup ends successfully with: INFO: backup command end: completed successfully.
This commit is contained in:
@@ -113,9 +113,6 @@ local $EVAL_ERROR = undef; eval
|
||||
exitSafe($oLocal->process());
|
||||
}
|
||||
|
||||
# Log the command start
|
||||
commandStart();
|
||||
|
||||
# Check that the repo path exists
|
||||
if (isRepoLocal() && !-e optionGet(OPTION_REPO_PATH))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user