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

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

Return to bug 18564