summaryrefslogtreecommitdiffstats
path: root/client/shared/lib/httpd/httpd-runengine.sh
blob: a3fc3e661a3747c95af52cbf89218eaa7b71fc5b (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
# Exportar parámetros del kernel.

for i in $(cat /proc/cmdline); do
       echo $i | grep -q "=" && export $i
done


. /opt/opengnsys/etc/preinit/loadenviron.sh > /dev/null
eval $1