Skip to content

Commit 716aa49

Browse files
authored
Update ghe-restore
1 parent 0cf8e94 commit 716aa49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/ghe-restore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,7 @@ if [ "$GHE_PARALLEL_ENABLED" = "yes" ]; then
576576
else
577577
log_info "Restoring data serially ..." 1>&3
578578
for c in "${commands[@]}"; do
579+
. "$( dirname "${BASH_SOURCE[0]}" )/../share/github-backup-utils/bm.sh"
579580
eval "$c"
580581
done
581582
fi

0 commit comments

Comments
 (0)