From ebecffca03f44164f25cd4fd4db5d09f52c1fdd8 Mon Sep 17 00:00:00 2001 From: dami Date: Sat, 2 Aug 2025 14:14:07 +0800 Subject: [PATCH] Update linux.sh --- plugins/loki/versions/3.5.3/linux.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/loki/versions/3.5.3/linux.sh b/plugins/loki/versions/3.5.3/linux.sh index bbaeb9ba6..a5c81bb3e 100644 --- a/plugins/loki/versions/3.5.3/linux.sh +++ b/plugins/loki/versions/3.5.3/linux.sh @@ -41,6 +41,7 @@ Install_App() if [ ! -d $InstallDir/bin/loki ];then cd ${SourceDir} && unzip ${FILE_TGZ} + mkdir -p $InstallDir/data/{chunks,rules,boltdb-shipper-active,boltdb-shipper-cache} mkdir -p $InstallDir/bin cp -rf ./loki-linux-${ARCH_NAME} $InstallDir/bin/loki rm -rf ./loki-linux-${ARCH_NAME}