Update hass-n8n/docker-entrypoint.sh

This commit is contained in:
2024-08-30 13:02:11 +03:00
parent 99806b33d9
commit 06ff58d06d
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash
CONFIG_PATH="/data/options.json"
N8N_PATH="/data/n8n"
N8N_PATH="/root"
mkdir -p "${N8N_PATH}/.n8n/.cache"