mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
@@ -6,6 +6,8 @@ if [ -d /root/.n8n ] ; then
|
|||||||
ln -s /root/.n8n /home/node/
|
ln -s /root/.n8n /home/node/
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
chown -R node /home/node
|
||||||
|
|
||||||
if [ "$#" -gt 0 ]; then
|
if [ "$#" -gt 0 ]; then
|
||||||
# Got started with arguments
|
# Got started with arguments
|
||||||
exec su-exec node "$@"
|
exec su-exec node "$@"
|
||||||
|
|||||||
Reference in New Issue
Block a user