Skip to content

Commit 99eefbf

Browse files
committed
changed start arguments slightly
1 parent f0b49b2 commit 99eefbf

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/net/b07z/sepia/server/teach/server

1 file changed

+1
-1
lines changed

src/main/java/net/b07z/sepia/server/teach/server/Start.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public static void main(String[] args) {
8787
}else if (arg.equals("--ssl")){
8888
//SSL
8989
isSSL = true;
90-
}else if (arg.startsWith("--keystorePwd=")){
90+
}else if (arg.startsWith("keystorePwd=")){
9191
//Java key-store password - TODO: maybe not the best way to load the pwd ...
9292
keystorePwd = arg.replaceFirst(".*?=", "").trim();
9393
}

0 commit comments

Comments
 (0)