@@ -, +, @@ --- debian/scripts/koha-create | 2 -- 1 file changed, 2 deletions(-) --- a/debian/scripts/koha-create +++ a/debian/scripts/koha-create @@ -323,8 +323,6 @@ set_message_broker() if [ "$CLO_MESSAGE_BROKER_VHOST" != "" ]; then MESSAGE_BROKER_VHOST=$CLO_MESSAGE_BROKER_VHOST - else - MESSAGE_BROKER_VHOST="$DEFAULT_MESSAGE_BROKER_PREFIX$instance" fi } --