Skip to content

Commit 1916f1c

Browse files
authored
Merge pull request #607 from github/fix-timestamp
Fix mismatched `bm_start` and `bm_end` commands
2 parents 0ea4a11 + f4f8426 commit 1916f1c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

share/github-backup-utils/ghe-backup-git-hooks

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ if ! rsync --version 1>/dev/null 2>&1; then
1818
exit 1
1919
fi
2020

21-
bm_start "$(basename $0)"
22-
2321
backup_dir="$GHE_SNAPSHOT_DIR/git-hooks"
2422
# Location of last good backup for rsync --link-dest
2523
backup_current="$GHE_DATA_DIR/current/git-hooks"

share/github-backup-utils/ghe-restore-settings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ if [ -f "$GHE_RESTORE_SNAPSHOT_PATH/ssl-ca-certificates.tar" ]; then
5555
ghe-ssh "$GHE_HOSTNAME" -- "ghe-import-ssl-ca-certificates"
5656
fi
5757

58-
bm_start "$(basename $0)"
58+
bm_end "$(basename $0)"

0 commit comments

Comments
 (0)