Skip to content
This repository was archived by the owner on Feb 5, 2024. It is now read-only.

Commit 8e61cf2

Browse files
committed
Update starter to work as deamon
1 parent 8d02c0d commit 8e61cf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/control/Starter.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ public static void main(String[] args)
2323
//fbase.fillWithData();
2424

2525
System.out.println("FBase started, press any key to stop.");
26-
System.in.read();
27-
fbase.tearDown();
26+
// System.in.read(); does not work when started as deamon
27+
// fbase.tearDown();
2828
}
2929

3030
}

0 commit comments

Comments
 (0)