From 0e016f977ebd480e8c822ea3cb1200427ece8465 Mon Sep 17 00:00:00 2001 From: TheSpad Date: Fri, 15 Jul 2022 21:16:15 +0100 Subject: [PATCH] Trailing newline --- root/usr/bin/with-contenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/usr/bin/with-contenv b/root/usr/bin/with-contenv index c5dabdd..212d908 100755 --- a/root/usr/bin/with-contenv +++ b/root/usr/bin/with-contenv @@ -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 "$@" \ No newline at end of file +exec /command/with-contenv "$@"