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 | echo "Content-type: text/html" |
|---|
| 3 | echo "" |
|---|
| 4 | echo "<html><head> <meta http-equiv='Refresh' content='5,URL=./cache.sh'> <title>Listado de la Cache" |
|---|
| 5 | echo "</title>" |
|---|
| 6 | echo "<style type='text/css'>" |
|---|
| 7 | echo "<!--" |
|---|
| 8 | echo "TEXTAREA {" |
|---|
| 9 | echo "background-color: navy;" |
|---|
| 10 | echo "border: black 2px solid;" |
|---|
| 11 | echo "color: white;" |
|---|
| 12 | echo "font-family: arial, verdana, ms sans serif;" |
|---|
| 13 | echo "font-size: 8pt;" |
|---|
| 14 | echo "font-weight: normal" |
|---|
| 15 | echo "} " |
|---|
| 16 | echo "-->" |
|---|
| 17 | echo "</style>" |
|---|
| 18 | echo "</head><body>" |
|---|
| 19 | echo "<TEXTAREA NAME='contenido' ROWS='30' COLS='150' >" |
|---|
| 20 | echo "$(ls -lh /opt/opengnsys/cache/opt/opengnsys/images )" |
|---|
| 21 | echo "</TEXTAREA>" |
|---|
| 22 | echo "</body></html>" |
|---|
Note: See
TracBrowser
for help on using the repository browser.