Skip to content

Commit 4aeb501

Browse files
committed
use short option
Signed-off-by: casperklein <casperklein@users.noreply.github.com>
1 parent 1300f7e commit 4aeb501

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ start() {
9595
# Get the line number
9696
startFrom=$(grep -n -- '########## FTL started' "${FTLlogFile}" | tail -1 | cut -d: -f1)
9797
# Start the tail from the line number and background it
98-
tail --follow=name -n +"${startFrom}" -- "${FTLlogFile}" &
98+
tail -F -n +"${startFrom}" -- "${FTLlogFile}" &
9999
else
100100
echo " [i] FTL log output is disabled. Remove the Environment variable TAIL_FTL_LOG, or set it to 1 to enable FTL log output."
101101
fi

0 commit comments

Comments
 (0)