0f70a12
1
2
3
4
5
6
7
8
#!/bin/sh if [ "$#" -gt 0 ]; then # Got started with arguments exec n8n "$@" else # Got started without arguments exec n8n fi