close Warning: Failed to sync with repository "ogBrowser-Git": (1366, "Incorrect string value: '\\xF0\\x9F\\x93\\xA6 I...' for column 'message' at row 1"); repository information may be out of date. Look in the Trac log for more information including mitigation strategies.

source: admin/Interface/InventarioHardware @ 55fcaa6

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 55fcaa6 was 5633342, checked in by ramon <ramongomez@…>, 12 years ago

#537: Corregir errata al obtener el inventario de hardware.

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

  • Property mode set to 100755
File size: 148 bytes
Line 
1#!/bin/bash
2# Script de interfaz para guardar en un fichero el inventario de hardware de un cliente.
3
4file=$(listHardwareInfo)
5tail -n+2 $file >$1
6
Note: See TracBrowser for help on using the repository browser.