fixed tail variable

This commit is contained in:
Alex Phillips
2021-12-17 10:58:31 -05:00
parent 3fc160cedc
commit 1f71bf909e
+1 -1
View File
@@ -2,4 +2,4 @@
$TAIL_LOGS=$(echo $LOGS_TO_STDOUT | sed 's/|/ -f /g')
tail -f $LOGS_TO_STDOUT
tail -f $TAIL_LOGS