Searched refs:REDIS_CONFIG_FILE (Results 1 – 1 of 1) sorted by relevance
83 if [ -z "$REDIS_CONFIG_FILE" ] ; then87 read -p "Please select the redis config file name [$_REDIS_CONFIG_FILE] " REDIS_CONFIG_FILE88 if [ -z "$REDIS_CONFIG_FILE" ] ; then89 REDIS_CONFIG_FILE=$_REDIS_CONFIG_FILE90 echo "Selected default - $REDIS_CONFIG_FILE"140 echo "Config file : $REDIS_CONFIG_FILE"150 mkdir -p `dirname "$REDIS_CONFIG_FILE"` || die "Could not create redis config directory"180 cp $TMP_FILE $REDIS_CONFIG_FILE || die "Could not write redis config file $REDIS_CONFIG_FILE"193 CONF=\"$REDIS_CONFIG_FILE\"\n\n235 CONF="$REDIS_CONFIG_FILE"