Commit 723ef413 authored by Liang Ding's avatar Liang Ding

🐛 Fix #12742

parent 5d5d603b
...@@ -37,7 +37,7 @@ import java.io.File; ...@@ -37,7 +37,7 @@ import java.io.File;
* </ul> * </ul>
* *
* @author <a href="http://88250.b3log.org">Liang Ding</a> * @author <a href="http://88250.b3log.org">Liang Ding</a>
* @version 1.1.0.16, Mar 19, 2019 * @version 1.1.1.0, Mar 29, 2019
* @since 1.2.0 * @since 1.2.0
*/ */
public final class Starter { public final class Starter {
...@@ -138,7 +138,7 @@ public final class Starter { ...@@ -138,7 +138,7 @@ public final class Starter {
String serverScheme = commandLine.getOptionValue("server_scheme"); String serverScheme = commandLine.getOptionValue("server_scheme");
if (null != serverScheme) { if (null != serverScheme) {
Latkes.setLatkeProperty("serveScheme", serverScheme); Latkes.setLatkeProperty("serverScheme", serverScheme);
} }
String serverHost = commandLine.getOptionValue("server_host"); String serverHost = commandLine.getOptionValue("server_host");
if (null != serverHost) { if (null != serverHost) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment