Searched refs:REDIS_LOG_FILE (Results 1 – 1 of 1) sorted by relevance
94 if [ -z "$REDIS_LOG_FILE" ] ; then98 read -p "Please select the redis log file name [$_REDIS_LOG_FILE] " REDIS_LOG_FILE99 if [ -z "$REDIS_LOG_FILE" ] ; then100 REDIS_LOG_FILE=$_REDIS_LOG_FILE101 echo "Selected default - $REDIS_LOG_FILE"141 echo "Log file : $REDIS_LOG_FILE"151 mkdir -p `dirname "$REDIS_LOG_FILE"` || die "Could not create redis log dir"