View | Details | Raw Unified | Return to bug 25674
Collapse All | Expand All

(-)a/debian/scripts/koha-create (-3 lines)
Lines 323-330 set_message_broker() Link Here
323
323
324
    if [ "$CLO_MESSAGE_BROKER_VHOST" != "" ]; then
324
    if [ "$CLO_MESSAGE_BROKER_VHOST" != "" ]; then
325
        MESSAGE_BROKER_VHOST=$CLO_MESSAGE_BROKER_VHOST
325
        MESSAGE_BROKER_VHOST=$CLO_MESSAGE_BROKER_VHOST
326
    else
327
        MESSAGE_BROKER_VHOST="$DEFAULT_MESSAGE_BROKER_PREFIX$instance"
328
    fi
326
    fi
329
}
327
}
330
328
331
- 

Return to bug 25674