From 061b0ac8e8d1cefbb7ffcf3eb8695a28663cda3e Mon Sep 17 00:00:00 2001 From: bt Date: Sun, 31 May 2026 14:37:53 +0200 Subject: [tools] Fix run-tls.sh --- tools/run-tls.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools') diff --git a/tools/run-tls.sh b/tools/run-tls.sh index c1b84ea..f9b9e03 100755 --- a/tools/run-tls.sh +++ b/tools/run-tls.sh @@ -2,7 +2,7 @@ tmux \ new-session "go run cmd/daemon/main.go -tls -tls-cert cert.pem -tls-key key.pem -test -db test.db; read" \; \ - split-window "sleep 1; go run cmd/client/main.go -tls -tls-insecure -u user1; read" \; \ - split-window "sleep 1; go run cmd/client/main.go -tls -tls-insecure -u user2; read" \; \ - split-window "sleep 1; go run cmd/client/main.go -tls -tls-insecure -u user3; read" \; \ + split-window "sleep 1; go run cmd/client/main.go -tls -tls-insecure -u user1@localhost -p test; read" \; \ + split-window "sleep 1; go run cmd/client/main.go -tls -tls-insecure -u user2@localhost -p test; read" \; \ + split-window "sleep 1; go run cmd/client/main.go -tls -tls-insecure -u user3@localhost -p test; read" \; \ select-layout tiled; \ No newline at end of file -- cgit v1.2.3