From 5780378c8f79a12661dfe41a077a720438a7dfda Mon Sep 17 00:00:00 2001 From: wa-daniel-fahl Date: Fri, 14 Feb 2020 09:35:59 +0100 Subject: [PATCH] Update UPGRADE-3.0.md --- UPGRADE-3.0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UPGRADE-3.0.md b/UPGRADE-3.0.md index 422c17a41..fd05ddf98 100644 --- a/UPGRADE-3.0.md +++ b/UPGRADE-3.0.md @@ -1710,7 +1710,7 @@ Now you are ready to restart the queue consumer daemon. If you use `supervisor`, then restart your daemon as following: - ```bash +```bash supervisorctl status # the command returns the following daemons # pim-queue-daemon:pim-queue-daemon_00 STOPPED Jan 24 11:41 AM @@ -1720,4 +1720,4 @@ If you use `supervisor`, then restart your daemon as following: supervisorctl status # pim-queue-daemon:pim-queue-daemon_00 RUNNING pid 3500, uptime 0:00:04 # the daemon has been restarted - ``` +```