🐛 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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;