Skip to content

Commit db12aa2

Browse files
PromoFauxdschaper
andcommitted
Be more explicit in the timeout error message
Co-authored-by: Dan Schaper <[email protected]> Signed-off-by: Adam Warner <[email protected]>
1 parent acf2db2 commit db12aa2

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
@@ -79,7 +79,7 @@ start() {
7979

8080
# Wait for FTL to start by monitoring the FTL log file for the "FTL started" line
8181
if ! timeout 30 tail -F -c +$((startFrom + 1)) -- "${FTLlogFile}" | grep -q '########## FTL started'; then
82-
echo " [!] ERROR: FTL failed to start within 30 seconds, stopping container"
82+
echo " [!] ERROR: Did not find 'FTL started' message in ${FTLlogFile} in 30 seconds, stopping container"
8383
exit 1
8484
fi
8585

0 commit comments

Comments
 (0)