Skip to content

Commit 08017ac

Browse files
PromoFauxDL6ER
andauthored
Update src/start.sh
Co-authored-by: Dominik <[email protected]> Signed-off-by: Adam Warner <[email protected]>
1 parent b5ab72e commit 08017ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/start.sh

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

0 commit comments

Comments
 (0)