changed delimiter to comma (more likely a space would be in a path), properly added in front of each file to tail

This commit is contained in:
Alex Phillips
2021-12-17 10:50:13 -05:00
parent eebc71a219
commit 6151754435
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -1,3 +1,5 @@
#!/usr/bin/with-contenv bash
$TAIL_LOGS=$(echo $LOGS_TO_STDOUT | sed 's/,/ -f /g')
tail -f $LOGS_TO_STDOUT