refs #1610 adds systctl in loadenviron.sh

engine-branch opengnsys_devel-1.5.4
Luis Gerardo Romero Garcia 2025-02-25 16:00:58 +01:00
parent 618213bf51
commit c410dc517a
1 changed files with 3 additions and 0 deletions

View File

@ -39,6 +39,9 @@ if [ -d $OPENGNSYS ]; then
echo $i | grep -q "=" && export $i
done
# Cargar sysctls
sysctl -p &>/dev/null
# Cargar fichero de idioma.
LANGFILE=$OGETC/lang.${LANG%@*}.conf
if [ -f $LANGFILE ]; then