Closedown
This commit is contained in:
@@ -1441,7 +1441,8 @@ public class TestingList extends Panel {
|
||||
|
||||
private void jButtonLogActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButtonLogActionPerformed
|
||||
try {
|
||||
Process p = Runtime.getRuntime().exec("chromium-browser http://city.psi.ch:1100");
|
||||
String logViewerScript = Paths.get(".", "home", "script", "startlogviewer-rpstests.sh").toString();
|
||||
Process p = Runtime.getRuntime().exec(logViewerScript);
|
||||
} catch (IOException ex) {
|
||||
Logger.getLogger(TestingList.class.getName()).log(Level.SEVERE, null, ex);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user