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

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

Return to bug 19547