Fix boo boo
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
darkstorm-server
|
||||||
@@ -9,7 +9,7 @@ import (
|
|||||||
func webserver() {
|
func webserver() {
|
||||||
flag.Parse()
|
flag.Parse()
|
||||||
path := flag.Arg(0)
|
path := flag.Arg(0)
|
||||||
keyPath := flag.Arg(0)
|
keyPath := flag.Arg(1)
|
||||||
if path == "" {
|
if path == "" {
|
||||||
log.Println("No argument given for website file path. website signing off...")
|
log.Println("No argument given for website file path. website signing off...")
|
||||||
quitChan <- "web arg"
|
quitChan <- "web arg"
|
||||||
|
|||||||
Reference in New Issue
Block a user