Fix assignment to reference the correct PID

This commit is contained in:
Nick Chambers 2021-06-19 02:40:00 -05:00
parent 9a73e6f8cc
commit ad61f7bf6c
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