mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 13:27:31 -08:00
Double quotes to calm code autoreview
Should now pass green on code review :)
This commit is contained in:
parent
cc97cc7b71
commit
d7775aa8ed
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
ln -s /usr/share/zoneinfo/${GENERIC_TIMEZONE:-America/New_York} /etc/localtime
|
||||
ln -s "/usr/share/zoneinfo/${GENERIC_TIMEZONE:-America/New_York}" /etc/localtime
|
||||
|
||||
exec "$@"
|
||||
|
|
Loading…
Reference in a new issue