source: client/engine/Net.lib.testing @ 05cfc62

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 05cfc62 was 9948203, checked in by adv <adv@…>, 14 years ago

integracion version 1.0 - engine -- ticket:305

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

  • Property mode set to 100644
File size: 248 bytes
Line 
1function ogGetIpAddress ()
2{
3 echo $IPV4ADDR
4}
5
6
7function ogRequestRepo ()
8{
9REPOAUXPORT=$((cat /opt/opengnsys/etc/ogAdmClient.cfg | grep PUERTO | cut -f2 -d"="`+ 1))
10echo ogRequestRepo $1 $2 $3
11hose $repo $REPOAUXPORT --out sh -c "echo $1 $2 $3"
12}
Note: See TracBrowser for help on using the repository browser.