@@ -93,7 +93,7 @@ public class MusicServiceImpl implements MusicService, Runnable {
p = Runtime.getRuntime().exec(cmd);
} else {
log.info("p not exit");
- break;
+ continue;
}
log.info("p is not null");