Spaces:
Runtime error
Runtime error
Update start.sh
Browse files
start.sh
CHANGED
|
@@ -11,8 +11,8 @@ which n8n
|
|
| 11 |
|
| 12 |
n8n --help
|
| 13 |
|
| 14 |
-
cd ~/.n8n/nodes && npm install @telepilotco/n8n-nodes-telepilot
|
| 15 |
-
cd ~/.n8n/.n8n/nodes && npm install @telepilotco/n8n-nodes-telepilot
|
| 16 |
|
| 17 |
n8n start &
|
| 18 |
|
|
|
|
| 11 |
|
| 12 |
n8n --help
|
| 13 |
|
| 14 |
+
# cd ~/.n8n/nodes && npm install @telepilotco/n8n-nodes-telepilot
|
| 15 |
+
# cd ~/.n8n/.n8n/nodes && npm install @telepilotco/n8n-nodes-telepilot
|
| 16 |
|
| 17 |
n8n start &
|
| 18 |
|