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.
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
| Line | |
|---|
| 1 | #!/bin/bash |
|---|
| 2 | #_______________________________________________________________________________________________________________________________ |
|---|
| 3 | # |
|---|
| 4 | # PARAMETROS RECIBIDOS DESDE EL CLIENTE: |
|---|
| 5 | # $1 disco |
|---|
| 6 | # $2 par=N�mero de particion |
|---|
| 7 | # $3 Nombre can�nico de la imagen |
|---|
| 8 | # $4 Direcci�n del repositorio |
|---|
| 9 | #_______________________________________________________________________________________________________________________________ |
|---|
| 10 | |
|---|
| 11 | echo $* >> $OGLOGFILE |
|---|
| 12 | echo $* >> $OGLOGFILE |
|---|
| 13 | if [ -f createImage$ogengine ] |
|---|
| 14 | then |
|---|
| 15 | restoreImage$ogengine REPO $3 $1 $2 UNICAST &>> $OGLOGFILE || exit $? |
|---|
| 16 | else |
|---|
| 17 | restoreImage REPO $3 $1 $2 UNICAST &>> $OGLOGFILE || exit $? |
|---|
| 18 | fi |
|---|
| 19 | |
|---|
| 20 | |
|---|
| 21 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.