This commit is contained in:
Anil Koyuncu
2018-04-05 17:33:58 +02:00
parent a47c5ddfb8
commit e92c10846f
@@ -61,7 +61,7 @@ public class ImportPairs2DB {
cmd = "bash "+dbDir + "redisImportSingle.sh" +" %s %s";
cmd = String.format(cmd, dbDir,pj.getPath(), portInt);
cmd = String.format(cmd, pj.getPath(), portInt);
log.info(cmd);
loadRedis(cmd,serverWait);