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

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