From b8cdec4d713be2723a7cf24d4f6d00f7f00b6f15 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sat, 23 Sep 2023 00:08:32 +0200 Subject: [PATCH] update messenger script --- bin/messenger | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/messenger b/bin/messenger index 219e289..72888ab 100755 --- a/bin/messenger +++ b/bin/messenger @@ -49,7 +49,7 @@ start_messenger() { fi if [ "$started" -eq 0 ]; then - nohup php bin/console messenger:consume 2>/dev/null >/dev/null & + nohup php8.1 bin/console messenger:consume 2>/dev/null >/dev/null & echo -n $! > "$pid_file" log -t -l notice "Started" fi