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

(-)a/debian/scripts/koha-create (-3 / +1 lines)
Lines 595-602 then Link Here
595
        # over-size, so when problematic chars are removed,
595
        # over-size, so when problematic chars are removed,
596
        # still likely 16 characters left.
596
        # still likely 16 characters left.
597
        # Removing : ' & \ < > /
597
        # Removing : ' & \ < > /
598
        mysqlpwd="$(pwgen -s -y 32 1)"
598
        mysqlpwd="$(pwgen -s -y -r ":'&\\<>/" 16 1)"
599
        mysqlpwd="$(echo $mysqlpwd | tr -d :\'\&\\\\\<\>\/ | cut -c1-16)"
600
599
601
    fi
600
    fi
602
else
601
else
603
- 

Return to bug 25622