update messenger script
Some checks failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/deployment/deploy Pipeline failed

This commit is contained in:
Simon Vieille 2023-09-23 00:08:32 +02:00
parent d51366a5c6
commit b8cdec4d71
Signed by: deblan
GPG key ID: 579388D585F70417

View file

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