Обновить 2-install.sh
This commit is contained in:
parent
12304eb41c
commit
772eb825c3
10
2-install.sh
10
2-install.sh
@ -305,13 +305,13 @@ install_freetds() {
|
|||||||
# sed -i -e 's/tds version = auto/tds version = 7.3/g' /etc/freetds/freetds.conf
|
# sed -i -e 's/tds version = auto/tds version = 7.3/g' /etc/freetds/freetds.conf
|
||||||
|
|
||||||
echo "[FreeTDS]
|
echo "[FreeTDS]
|
||||||
Description=FreeTDS
|
Description=FreeTDS driver
|
||||||
Driver=/usr/lib64/libtdsodbc.so
|
Driver=/usr/lib/x86_64-linux-gnu/odbc/libtdsodbc.so
|
||||||
Setup=/usr/lib64/libtdsodbc.so
|
Setup=/usr/lib/x86_64-linux-gnu/odbc/libtdsodbc.so
|
||||||
" >> /etc/odbcinst.ini
|
UsageCount=4
|
||||||
|
Threading=2" >> /etc/odbcinst.ini
|
||||||
|
|
||||||
odbcinst -i -d -f /etc/odbcinst.ini
|
odbcinst -i -d -f /etc/odbcinst.ini
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Основная логика установки
|
# Основная логика установки
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user