App now always exits.

This commit is contained in:
Fabian Schlenz 2016-07-13 06:22:11 +02:00
parent c5c692d61d
commit ac67818d28
1 changed files with 2 additions and 1 deletions

View File

@ -162,8 +162,9 @@ public class CommandLineController {
System.out.println("DAEMON mode requested - keeping running.");
} else {
client.close();
System.out.println();
System.out.println("----- EXIT -----");
System.out.println("If this program doesn't exit by itself, please press Ctrl-C now.");
System.exit(0);
}
}
}