diff --git a/start-n8n.sh b/start-n8n.sh index 8d330c0..1b074a5 100644 --- a/start-n8n.sh +++ b/start-n8n.sh @@ -29,4 +29,4 @@ if [ ! -x "$N8N_BIN" ]; then fi # Start n8n -exec su-exec node "$N8N_BIN" \ No newline at end of file +exec su-exec node "$N8N_BIN" start \ No newline at end of file