Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Commit

Permalink
fix uuid/uuidgen
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl authored Nov 3, 2023
1 parent 1135e12 commit 73f3a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vec-redis/setup-redis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Usage: setup-redis.sh
set -eEuo pipefail

tmpdir="${PREM_APPDIR:-.}/redis-$(uuidgen)"
tmpdir="${PREM_APPDIR:-.}/redis-$(uuidgen 2>/dev/null || uuid)"

cleanup(){
for i in $(jobs -p); do
Expand Down

0 comments on commit 73f3a8d

Please sign in to comment.