File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
share/github-backup-utils Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ if [ "$GHE_BACKUP_STRATEGY" = "tarball" ]; then
121121fi
122122
123123# Create benchmark file
124- bm_file_path > /dev/null
124+ bm_init > /dev/null
125125
126126ghe-backup-store-version ||
127127echo " Warning: storing backup-utils version remotely failed."
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ if $instance_configured; then
203203fi
204204
205205# Create benchmark file
206- bm_file_path > /dev/null
206+ bm_init > /dev/null
207207
208208ghe-backup-store-version ||
209209echo " Warning: storing backup-utils version remotely failed."
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ bm_start()
1818{
1919 eval " $( bm_desc_to_varname $@ ) _start=$( date +%s) "
2020
21- bm_file_path > /dev/null
21+ bm_init > /dev/null
2222}
2323
24- bm_file_path () {
24+ bm_init () {
2525 if [ -n " $BM_FILE_PATH " ]; then
2626 echo $BM_FILE_PATH
2727 return
You can’t perform that action at this time.
0 commit comments