diff options
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/tunneld/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/tunneld/main.go b/cmd/tunneld/main.go index e56dd12..a0c0e03 100644 --- a/cmd/tunneld/main.go +++ b/cmd/tunneld/main.go @@ -227,7 +227,7 @@ func configure(s *server.Server) error { } func deconfigure(s *server.Server) error { - return runCommand(s, "cmd.down") + return runCommand(s, "cmd.fini") } func main() { |
