Add Server Stopped message
This commit is contained in:
parent
81bbcf4b17
commit
974caf208b
|
@ -79,6 +79,7 @@ func main() {
|
||||||
}()
|
}()
|
||||||
|
|
||||||
cmd.Wait()
|
cmd.Wait()
|
||||||
|
tty.Write([]byte("Server Stopped"))
|
||||||
os.Exit(0)
|
os.Exit(0)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue