source: client/shared/lib/httpd/httpd-runengine.sh @ 380e3e0

918-git-images-111dconfigfileconfigure-oglivegit-imageslgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacionwebconsole3
Last change on this file since 380e3e0 was 5b26871, checked in by adv <adv@…>, 13 years ago

#477 #483 httpdlog: internacionalizacion; scripts httpd_runengine.sh -ejecutor de engine y variables OG-

git-svn-id: https://opengnsys.es/svn/branches/version1.0@2560 a21b9725-9963-47de-94b9-378ad31fedc9

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