Spaces:
Runtime error
Runtime error
if [ "$#" -gt 0 ]; then | |
# Got started with arguments | |
exec n8n "$@" | |
else | |
# Got started without arguments | |
exec n8n | |
fi |
if [ "$#" -gt 0 ]; then | |
# Got started with arguments | |
exec n8n "$@" | |
else | |
# Got started without arguments | |
exec n8n | |
fi |