File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
dbm-services/redis/db-tools/dbactuator/pkg/atomjobs/atomproxy Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -276,9 +276,9 @@ func (job *ProxyReUse) reGeneratePredixyConfig(port int) error {
276276 // 配置文件
277277 conf := common .PredixConf
278278 // 修改配置文件
279- instance_base := fmt .Sprintf ("%s/%d" , consts .GetRedisDataDir (), job .params .Port )
279+ instance_base := fmt .Sprintf ("%s/predixy/ %d" , consts .GetRedisDataDir (), job .params .Port )
280280 config_path := fmt .Sprintf ("%s/predixy.conf" , instance_base )
281- log := fmt .Sprintf ("%s/predixy/%d/ logs/log" , consts . GetRedisDataDir (), job . params . Port )
281+ log := fmt .Sprintf ("%s/logs/log" , instance_base )
282282
283283 bind := fmt .Sprintf ("%s:%s" , job .params .IP , strconv .Itoa (job .params .Port ))
284284 var servers string
You can’t perform that action at this time.
0 commit comments