From 2e6b7bf5cd87aeeb3a24ab6d14bc106af100f7d7 Mon Sep 17 00:00:00 2001 From: midoks Date: Sat, 2 Sep 2023 23:15:52 +0800 Subject: [PATCH] Update install.sh --- plugins/gdrive/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gdrive/install.sh b/plugins/gdrive/install.sh index d0037b79f..6b1517201 100644 --- a/plugins/gdrive/install.sh +++ b/plugins/gdrive/install.sh @@ -26,7 +26,7 @@ Install_App() pVersion=${tmp:0:3} which pip - if [ $? -eq 0 ];then + if [ "$?" -eq "0" ];then tmp=$(pip list|grep google-api-python-client|awk '{print $2}') if [ "$tmp" != '2.39.0' ];then pip install --upgrade google-api-python-client