Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Admin9705 committed Aug 24, 2019
1 parent 6e2e807 commit ade9860
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion programs/pgui/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
pg_volumes:
- '/pg/data/pgui/index.php:/var/www/html/index.php'
- '/pg/var:/plexguide'
- '/pg/data/plexguide:/log'
- '/pg/logs/:/logs'

- name: 'Setting PG ENV'
set_fact:
Expand Down
2 changes: 1 addition & 1 deletion templates/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<tbody>
<tr>
<td colspan="6" bgcolor="#000000" style="color: #F7F6F6; font-family: Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, sans-serif; font-weight: bold; font-size: medium;"><span class="test" style="color: #FFFFFF; font-family: Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, sans-serif; font-size: medium;">
<?php $output = shell_exec('tail -n 25 /pg/logs/transfer.log | sed -e "/PG Blitz Log - Cycle/q"');
<?php $output = shell_exec('tail -n 25 /logs/transfer.log | sed -e "/PG Blitz Log - Cycle/q"');
echo "<pre>$output</pre>";
?>
</span></td>
Expand Down

0 comments on commit ade9860

Please sign in to comment.