From 1f71bf909e7a23c2e45276c62705fc578834b5a4 Mon Sep 17 00:00:00 2001 From: Alex Phillips Date: Fri, 17 Dec 2021 10:58:31 -0500 Subject: [PATCH] fixed tail variable --- root/etc/services.d/stdout-logs/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/etc/services.d/stdout-logs/run b/root/etc/services.d/stdout-logs/run index 94a312c..fe09ccf 100644 --- a/root/etc/services.d/stdout-logs/run +++ b/root/etc/services.d/stdout-logs/run @@ -2,4 +2,4 @@ $TAIL_LOGS=$(echo $LOGS_TO_STDOUT | sed 's/|/ -f /g') -tail -f $LOGS_TO_STDOUT +tail -f $TAIL_LOGS