diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-11-15 14:19:25 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-05-20 15:07:04 +0200 |
| commit | 35b34fb3829322e5f3cb017aa6aca56ae9d11792 (patch) | |
| tree | c80f89d1a08cba3d617a76de59ef945f359bf502 /debian/python3-django-ishtar.postinst | |
| parent | da50d10a2b594e9fcfb6135011c12f41c1a0275e (diff) | |
| download | Ishtar-35b34fb3829322e5f3cb017aa6aca56ae9d11792.tar.bz2 Ishtar-35b34fb3829322e5f3cb017aa6aca56ae9d11792.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." |
