source:
client/shared/lib/httpd/httpd-runengine.sh
Last change on this file was ad6f82d, checked in by , 7 years ago | |
---|---|
|
|
File size: 195 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | # Exportar parámetros del kernel. |
3 | |
4 | for i in $(cat /proc/cmdline); do |
5 | echo $i | grep -q "=" && export $i |
6 | done |
7 | |
8 | |
9 | . /opt/opengnsys/etc/preinit/loadenviron.sh > /dev/null |
10 | eval $1 |
Note: See TracBrowser
for help on using the repository browser.