From 4b73fc25242b3a65be67907d5d386e96bd69e170 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 11 Jan 2021 10:04:07 +0100 Subject: [PATCH] Bug 25674: Remove default vhost --- debian/scripts/koha-create | 2 -- 1 file changed, 2 deletions(-) diff --git a/debian/scripts/koha-create b/debian/scripts/koha-create index b56f225583..6aef230b3e 100755 --- a/debian/scripts/koha-create +++ b/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 } -- 2.20.1