Skip to content

Commit

Permalink
Correct Plex Autoscan Log File Path
Browse files Browse the repository at this point in the history
Removed /opt to match container mapping to plex autoscan logs
  • Loading branch information
HawksRepos authored Jan 1, 2020
1 parent 745e7a8 commit 339162a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menu/pgui/templates/autoscan-index.php
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
<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;">
<div class="autopas"><?php $output = shell_exec('tail -n 100 /opt/plex_autoscan/plex_*.log'); echo "<pre>$output</pre>";?></div>
<div class="autopas"><?php $output = shell_exec('tail -n 100 /plex_autoscan/plex_*.log'); echo "<pre>$output</pre>";?></div>
</span>
</td>
</tr>
Expand Down

0 comments on commit 339162a

Please sign in to comment.