Add Server Stopped message

This commit is contained in:
Jimmy 2021-08-25 17:20:48 +12:00
parent 81bbcf4b17
commit 974caf208b
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ func main() {
}()
cmd.Wait()
tty.Write([]byte("Server Stopped"))
os.Exit(0)
}