From ad61f7bf6c6e9e7e59e5361f9bffdfc96bc269f9 Mon Sep 17 00:00:00 2001 From: Nick Chambers Date: Sat, 19 Jun 2021 02:40:00 -0500 Subject: [PATCH] Fix assignment to reference the correct PID --- rowbot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rowbot b/rowbot index f7aad10..0771ce2 100755 --- a/rowbot +++ b/rowbot @@ -161,7 +161,7 @@ if [[ $reload = yes ]]; then if [[ $tls = yes ]]; then sock_dir=$SOCK_DIR - tls_pid=$tls_pid + tls_pid=$TLS_PID fi if [[ -v PING_PID ]]; then -- 2.45.1