Double quotes to calm code autoreview

Should now pass green on code review :)
This commit is contained in:
Alexandre Nizoux
2019-10-26 13:42:22 +02:00
committed by GitHub
parent cc97cc7b71
commit d7775aa8ed

View File

@@ -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 "$@"