We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0b49b2 commit 99eefbfCopy full SHA for 99eefbf
src/main/java/net/b07z/sepia/server/teach/server/Start.java
@@ -87,7 +87,7 @@ public static void main(String[] args) {
87
}else if (arg.equals("--ssl")){
88
//SSL
89
isSSL = true;
90
- }else if (arg.startsWith("--keystorePwd=")){
+ }else if (arg.startsWith("keystorePwd=")){
91
//Java key-store password - TODO: maybe not the best way to load the pwd ...
92
keystorePwd = arg.replaceFirst(".*?=", "").trim();
93
}
0 commit comments