tmp.sh 107 B

123456
  1. redis_config=''
  2. if [ -e "/redisconfig/redis.conf" ]; then
  3. redis_config="/redisconfig/redis.conf"
  4. else
  5. fi