Update install.sh

pull/649/head
Mr Chen 5 months ago
parent de258a2568
commit e8a99af37f
  1. 6
      plugins/gdrive/install.sh

@ -21,9 +21,9 @@ serverPath=$(dirname "$rootPath")
PATH=$PATH:${rootPath}/bin PATH=$PATH:${rootPath}/bin
export PATH export PATH
if [ -f ${rootPath}/bin/activate ];then # if [ -f ${rootPath}/bin/activate ];then
source ${rootPath}/bin/activate # source ${rootPath}/bin/activate
fi # fi
VERSION=$2 VERSION=$2

Loading…
Cancel
Save