We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5ab72e commit 08017acCopy full SHA for 08017ac
src/start.sh
@@ -98,7 +98,7 @@ start() {
98
# Get the line number
99
startFrom=$(grep -n '########## FTL started' /var/log/pihole/FTL.log | tail -1 | cut -d: -f1)
100
# Start the tail from the line number and background it
101
- tail --follow=name -n +${startFrom} /var/log/pihole/FTL.log &
+ tail --follow=name --retry -n +${startFrom} /var/log/pihole/FTL.log &
102
else
103
echo " [i] FTL log output is disabled. Remove the Environment variable TAIL_FTL_LOG, or set it to 1 to enable FTL log output."
104
fi
0 commit comments