Remove copied contenv, source from mods now
This commit is contained in:
parent
1275a243de
commit
0afa4ce2c3
|
|
@ -1,9 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
if [[ -f /run/s6/container_environment/UMASK ]] &&
|
|
||||||
{ [[ "$(pwdx $$)" =~ "/run/s6/legacy-services/" ]] ||
|
|
||||||
[[ "$(pwdx $$)" =~ "/run/s6/services/" ]] ||
|
|
||||||
[[ "$(pwdx $$)" =~ "/servicedirs/svc-" ]]; }; then
|
|
||||||
umask "$(cat /run/s6/container_environment/UMASK)"
|
|
||||||
fi
|
|
||||||
exec /command/with-contenv "$@"
|
|
||||||
Loading…
Reference in a new issue