Skip to content

Commit 2b3b33d

Browse files
authored
Update run.sh
1 parent 983184a commit 2b3b33d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ else
7171
#检测是否存在mysql-connector文件夹
7272
if [ ! -d "mysql-connector" ]; then
7373
echo "-- mysql-connector folder does not exist, downloading..."
74+
rm -rf mysql-connector-c++-8.1.0-linux-glibc2.28-x86-64bit.tar.gz
7475
wget https://cdn.mysql.com//Downloads/Connector-C++/mysql-connector-c++-8.1.0-linux-glibc2.28-x86-64bit.tar.gz
7576
#下载是否成功
7677
if [ $? -ne 0 ]; then

0 commit comments

Comments
 (0)