source: client/shared/lib/httpd/httpd-runengine.sh @ 38788bf

webconsole3
Last change on this file since 38788bf was 1236d17, checked in by jm.bardallo <juanmanuel.bardallo@…>, 7 years ago

añadidos nuevamente los ficheros de opengnsys del branch devel, se habían quitado por error

  • Property mode set to 100644
File size: 195 bytes
Line 
1#!/bin/bash
2# Exportar parámetros del kernel.
3
4for i in $(cat /proc/cmdline); do
5       echo $i | grep -q "=" && export $i
6done
7
8
9. /opt/opengnsys/etc/preinit/loadenviron.sh > /dev/null
10eval $1
Note: See TracBrowser for help on using the repository browser.