Fix heredoc EOF marker in plex-metrics script
The EOF marker was on the same line as the library_metrics variable, causing the heredoc to not close properly. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
77b34ec523
commit
9d2d744f34
1 changed files with 2 additions and 1 deletions
|
|
@ -159,7 +159,8 @@ plex_transcode_audio_sessions ${plex_transcode_audio}
|
|||
|
||||
# HELP plex_library_items Number of items in each Plex library
|
||||
# TYPE plex_library_items gauge
|
||||
${library_metrics}EOF
|
||||
${library_metrics}
|
||||
EOF
|
||||
|
||||
# Atomic move
|
||||
mv "$TEMP_FILE" "$OUTPUT_FILE"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue