Skip to content

Commit 2e57526

Browse files
branch-3.1: [chore](cloud) Expose download command in tools/fdb/fdb_ctl.sh for convenience #58257 (#58263)
Cherry-picked from #58257 Co-authored-by: Gavin Chou <gavin@selectdb.com>
1 parent 66ff7c0 commit 2e57526

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tools/fdb/fdb_ctl.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ else
3636
fi
3737

3838
if [[ ! -d "${FDB_HOME}" ]]; then
39-
echo "Please set and create FDB_HOME first"
39+
echo "Please set and create FDB_HOME:${FDB_HOME} first"
4040
exit 1
4141
fi
4242

@@ -511,6 +511,9 @@ fdbcli)
511511
config)
512512
generate_regression_config true
513513
;;
514+
download)
515+
download_fdb
516+
;;
514517
*)
515518
unknown_cmd "${cmd}"
516519
;;

0 commit comments

Comments
 (0)