We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
hornbill
1 parent 0d029df commit 97695f2Copy full SHA for 97695f2
docker/fdb-hornbill/start.sh
@@ -20,10 +20,10 @@ fi
20
21
echo "Can now connect to docker-based FDB cluster using $FDB_CLUSTER_FILE."
22
23
-echo "Create hstream tenant"
24
-config="configure tenant_mode=optional_experimental; createtenant hstream;"
+echo "Create hornbill tenant"
+config="configure tenant_mode=optional_experimental; createtenant hornbill;"
25
if ! $fdbcli -C $FDB_CLUSTER_FILE --exec "$config" --timeout 10 ; then
26
- echo "Create hstream tenant failed"
+ echo "Create hornbill tenant failed"
27
fi
28
29
## Make sure the process doesn't exit
0 commit comments