Results 1 comments of listlike

`var confPath = "" if let path = Bundle.main.path(forResource: "redis", ofType: "conf", inDirectory: "Vendor/redis/") { confPath = path } print("->" + confPath) // + "../redis.conf" ?? self.task.arguments = [ confPath,"--dir",...