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

(-)a/debian/scripts/koha-create (-1 / +5 lines)
Lines 123-128 generate_config_file() { Link Here
123
}
123
}
124
124
125
getmysqlhost() {
125
getmysqlhost() {
126
    if [ ! -f /etc/mysql/debian.cnf ]
127
    then
128
        echo localhost
129
        return
130
    fi
126
    awk '
131
    awk '
127
        BEGIN { FS="=" }
132
        BEGIN { FS="=" }
128
        $1 ~/\[/ { inclient=0 }
133
        $1 ~/\[/ { inclient=0 }
129
- 

Return to bug 19547