Update test_R.sh
This commit is contained in:
parent
26ede504c7
commit
34cb1c43b5
|
@ -6,7 +6,7 @@ pgrep taosd || taosd >> /dev/null 2>&1 &
|
||||||
pgrep taosadapter || taosadapter >> /dev/null 2>&1 &
|
pgrep taosadapter || taosadapter >> /dev/null 2>&1 &
|
||||||
|
|
||||||
cd ../../docs/examples/R
|
cd ../../docs/examples/R
|
||||||
wget -N https://repo1.maven.org/maven2/com/taosdata/jdbc/taos-jdbcdriver/3.2.4/taos-jdbcdriver-3.2.4-dist.jar
|
wget -N https://maven.aliyun.com/repository/central/com/taosdata/jdbc/taos-jdbcdriver/3.2.5/taos-jdbcdriver-3.2.5-dist.jar
|
||||||
|
|
||||||
jar_path=`find . -name taos-jdbcdriver-*-dist.jar`
|
jar_path=`find . -name taos-jdbcdriver-*-dist.jar`
|
||||||
echo jar_path=$jar_path
|
echo jar_path=$jar_path
|
||||||
|
|
Loading…
Reference in New Issue