1
0

chore(deps): update kibana docker tag to v9.3.1 (localApps) (#4246)

This commit is contained in:
renovate[bot]
2026-02-27 00:37:53 +00:00
committed by GitHub
parent 18248e6680
commit 4d069b93cd
3 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
#!/bin/bash
if [ -f .env ]; then
source .env
mkdir -p $KIBANA_ROOT_PATH
mkdir -p "$KIBANA_ROOT_PATH/data"
chown -R 1000:1000 $KIBANA_ROOT_PATH
echo "Check Finish."
else
echo "Error: .env file not found."
fi