diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-11-15 14:19:25 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-03-23 10:07:41 +0100 |
| commit | 41b0f8825cabc44e05c1c9f9818e8359dccf41e6 (patch) | |
| tree | eba22d143f63232a8f295ac05d090268b00a7437 /debian/python3-django-ishtar.postinst | |
| parent | ed4310d6a2fb1ae2334dbe5ec2c8917389a8ee45 (diff) | |
| download | Ishtar-41b0f8825cabc44e05c1c9f9818e8359dccf41e6.tar.bz2 Ishtar-41b0f8825cabc44e05c1c9f9818e8359dccf41e6.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." |
