1
0

chore(deps): update n8nio/n8n docker tag to v2.12.0 (localApps) (#4431)

This commit is contained in:
renovate[bot]
2026-03-09 18:13:24 +00:00
committed by GitHub
parent f1a5a2ede9
commit 7b10b2532d
3 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
#!/bin/bash
if [ -f .env ]; then
source .env
DATA_DIR="$N8N_ROOT_PATH/data"
mkdir -p "$DATA_DIR"
chmod -R 777 "$DATA_DIR"
echo "Check Finish."
else
echo "Error: .env file not found."
fi