From eb5079a5ef6bedf84ef60bed631852375a58280f Mon Sep 17 00:00:00 2001 From: dami Date: Sat, 2 Aug 2025 19:26:38 +0800 Subject: [PATCH] Update linux.sh --- plugins/prometheus/versions/3.5.0/linux.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/prometheus/versions/3.5.0/linux.sh b/plugins/prometheus/versions/3.5.0/linux.sh index 4174b7afb..dd4c9a514 100644 --- a/plugins/prometheus/versions/3.5.0/linux.sh +++ b/plugins/prometheus/versions/3.5.0/linux.sh @@ -33,10 +33,9 @@ Install_App() SourceDir=$serverPath/source/prometheus InstallDir=$serverPath/prometheus mkdir -p ${SourceDir} - mkdir -p ${InstallDir} + mkdir -p ${InstallDir}/bin if [ ! -f ${SourceDir}/${FILE_TGZ} ];then - wget --no-check-certificate -O ${SourceDir}/${FILE_TGZ} https://github.com/prometheus/prometheus/releases/download/v${VERSION}/${FILE_TGZ} fi