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

(-)a/debian/scripts/koha-create (-1 / +2 lines)
Lines 896-901 fi Link Here
896
896
897
if [ "$op" = create ] || [ "$op" = populate ] || [ "$op" = use ]
897
if [ "$op" = create ] || [ "$op" = populate ] || [ "$op" = use ]
898
then
898
then
899
    username="$name-koha"
900
899
    # Reconfigure Apache.
901
    # Reconfigure Apache.
900
    if ! {
902
    if ! {
901
        a2ensite "$name" > /dev/null 2>&1 ||
903
        a2ensite "$name" > /dev/null 2>&1 ||
902
- 

Return to bug 41337