mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 20:24:05 -08:00
🐛 Fix permission issue with custom images (#2355)
This commit is contained in:
parent
8427ade2e6
commit
c6fec12bec
|
@ -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
|
||||||
COMMAND=$1;
|
COMMAND=$1;
|
||||||
|
|
Loading…
Reference in a new issue