source: admin/Interface/EjecutarScript @ 7caf5a7c

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 7caf5a7c was 914d834, checked in by adv <adv@…>, 14 years ago

branch version 1.0

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

  • Property mode set to 100755
File size: 284 bytes
Line 
1#!/bin/bash
2
3echo -e >>  $OGLOGFILE
4echo "Contenido de la ejecucion: *****************************" >>  $OGLOGFILE
5cat  $1 >> $OGLOGFILE
6echo -e >>  $OGLOGFILE
7echo -e >>  $OGLOGFILE
8echo "Salida: *****************************" >>  $OGLOGFILE
9chmod +x $1
10$1 &>> $OGLOGFILE || exit $?
Note: See TracBrowser for help on using the repository browser.