chore(deps): update kibana docker tag to v9.3.1 (localApps) (#4246)
This commit is contained in:
15
apps/elastic-kibana/9.3.1/scripts/init.sh
Normal file
15
apps/elastic-kibana/9.3.1/scripts/init.sh
Normal 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
|
||||
Reference in New Issue
Block a user