X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=blobdiff_plain;f=local%2Flogin-configure;h=0251cdf14047c80c5f1cfd3b976bfd98abead83e;hp=956b2da39b12d68a1ea75d92e7c7af553301db06;hb=a11ad78672a096632b15a660509d7dd5f7c5eae5;hpb=0d705d8e2a919ee40866307aa3e18b1a5c4e7583 diff --git a/local/login-configure b/local/login-configure index 956b2da..0251cdf 100755 --- a/local/login-configure +++ b/local/login-configure @@ -28,3 +28,5 @@ sudo install -m 644 -o root -g root /dev/stdin \ $(cat /etc/securetty) xvc0 EOF +find "$tool"/etc/profile.d -type f -name "*.sh" -exec \ + sudo install -t /etc/profile.d -m 664 -o root -g root {} +