fix missing variable in messenger wrapper

This commit is contained in:
Simon Vieille 2023-09-23 12:09:46 +02:00
parent 89cc5623d3
commit 869974c49b
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -56,6 +56,8 @@ start_messenger() {
}
stop_messenger() {
pid=
if [ -f "$pid_file" ]; then
pid="$(cat "$pid_file")"
fi