Trailing newline

This commit is contained in:
TheSpad 2022-07-15 21:16:15 +01:00
parent dd40de00b6
commit 0e016f977e
No known key found for this signature in database
GPG key ID: 08F06191F4587860

View file

@ -6,4 +6,4 @@ if [[ -f /var/run/s6/container_environment/UMASK ]] && \
[[ "$(pwdx $$)" =~ "/servicedirs/svc-" ]]; }; then
umask $(cat /var/run/s6/container_environment/UMASK)
fi
exec /command/with-contenv "$@"
exec /command/with-contenv "$@"