diff options
Diffstat (limited to 'cron-sh')
-rwxr-xr-x | cron-sh/security.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cron-sh/security.sh b/cron-sh/security.sh index 7b26119..2e2ed98 100755 --- a/cron-sh/security.sh +++ b/cron-sh/security.sh @@ -1,6 +1,10 @@ #!/bin/bash . /etc/sysconfig/i18n +if [[ -f /etc/profile.d/10lang.sh ]]; then + . /etc/profile.d/10lang.sh +fi + LCK=/var/run/msec-security.pid function cleanup() { |