Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dataroaring committed Sep 5, 2024
1 parent 6c1747f commit 0661341
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
File renamed without changes.
3 changes: 2 additions & 1 deletion tools/fdb/fdb_vars.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
Expand Down Expand Up @@ -61,4 +62,4 @@ FDB_PORT=4500
FDB_VERSION="7.1.38"

# Users who run the fdb processes, default is the current user
USER=`whoami`
USER=$(whoami)

0 comments on commit 0661341

Please sign in to comment.