Skip to content

Commit e1b7a7e

Browse files
committed
Install_RedisGears.sh: fix 1
1 parent acb97eb commit e1b7a7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/flow/Install_RedisGears.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ if [[ -d $FINAL_WORK_DIR && -f $FINAL_WORK_DIR/redisgears.so ]]; then
6666
exit 0
6767
fi
6868

69+
$OP mkdir -p $(dirname $FINAL_WORK_DIR)
6970
$OP rm -rf ${FINAL_WORK_DIR}.*
7071
WORK_DIR=$(mktemp -d ${FINAL_WORK_DIR}.XXXXXX)
7172
$OP mkdir -p $WORK_DIR

0 commit comments

Comments
 (0)