replace stop action in messenger
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/deployment/deploy Pipeline was successful
ci/woodpecker/manual/build Pipeline was successful

This commit is contained in:
Simon Vieille 2023-10-18 22:48:00 +02:00
parent 0d1f1e29b5
commit b9f5785fa6
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -39,7 +39,7 @@ start_messenger() {
}
stop_messenger() {
php8.1 bin/console messenger:stop-workers
php8.1 bin/console messenger:stop-workers 2>/dev/null >/dev/null
log -t -l notice "Stopped"
}