Fix assignment to reference the correct PID

This commit is contained in:
Nick Chambers 2021-06-19 02:40:00 -05:00 committed by Nick Chambers
parent 29226ce91a
commit 83c95a27bf
1 changed files with 1 additions and 1 deletions

2
rowbot
View File

@ -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