🐛 Fix permission issue with custom images (#2355)

This commit is contained in:
Max Mayr
2021-11-13 11:06:16 +01:00
committed by GitHub
parent 8427ade2e6
commit c6fec12bec

View File

@@ -6,6 +6,8 @@ if [ -d /root/.n8n ] ; then
ln -s /root/.n8n /home/node/
fi
chown -R node /home/node
if [ "$#" -gt 0 ]; then
# Got started with arguments
COMMAND=$1;