diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-11-15 14:19:25 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-11-05 16:06:08 +0100 |
| commit | 15bcf4ca04d82bab3c9eecb2b573b36701ed789b (patch) | |
| tree | 48feddb9b81f7d2e753dddc8e04c7ef0e0964de9 /debian/python3-django-ishtar.postinst | |
| parent | d789630146078b2669e076531251cf75e0f2aecd (diff) | |
| download | Ishtar-15bcf4ca04d82bab3c9eecb2b573b36701ed789b.tar.bz2 Ishtar-15bcf4ca04d82bab3c9eecb2b573b36701ed789b.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." |
