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:15:03 +0100 |
| commit | ff275dd179f289c162948a8d1151d85a914567d1 (patch) | |
| tree | 010b9eaa393b6e9c2b7bbf46387db566f3716bea /debian/python3-django-ishtar.postinst | |
| parent | 1c580f2cec39a50361d627b8b0494f5e4ee87f22 (diff) | |
| download | Ishtar-ff275dd179f289c162948a8d1151d85a914567d1.tar.bz2 Ishtar-ff275dd179f289c162948a8d1151d85a914567d1.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." |
