diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-11-15 14:19:25 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-12-12 18:31:00 +0100 |
| commit | 039e203cd6cff6213205ab15efeb86f567281167 (patch) | |
| tree | f83e00b8e290a6057a8328ccaece02eb60947a66 /debian/python3-django-ishtar.postinst | |
| parent | 1c78052ae4085ad52380718dd4b2d63752693e58 (diff) | |
| download | Ishtar-039e203cd6cff6213205ab15efeb86f567281167.tar.bz2 Ishtar-039e203cd6cff6213205ab15efeb86f567281167.zip | |
🚀 Debian package: python-django-ishtar - add man page - fix copyright file
Diffstat (limited to 'debian/python3-django-ishtar.postinst')
| -rw-r--r-- | debian/python3-django-ishtar.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/python3-django-ishtar.postinst b/debian/python3-django-ishtar.postinst index ab85cbc76..f892eaddd 100644 --- a/debian/python3-django-ishtar.postinst +++ b/debian/python3-django-ishtar.postinst @@ -43,7 +43,7 @@ case "$1" in if [ -f /usr/sbin/rabbitmqctl ]; then # assume queues are configured cecho c "Verify rabbitmq queues are empty" for instance in $instances; do - for res in `/usr/sbin/rabbitmqctl list_queues -p /ishtar$instance -q messages`; do + for res in `rabbitmqctl list_queues -p /ishtar$instance -q messages`; do if [ $res != 0 ] && [ $res != 'messages' ]; then cecho r "The queue for $instance is not empty ($res messages)." cecho y "Wait a few minutes (hours?) for update." |
