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 acf2db2 commit db12aa2Copy full SHA for db12aa2
src/start.sh
@@ -79,7 +79,7 @@ start() {
79
80
# Wait for FTL to start by monitoring the FTL log file for the "FTL started" line
81
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"
+ echo " [!] ERROR: Did not find 'FTL started' message in ${FTLlogFile} in 30 seconds, stopping container"
83
exit 1
84
fi
85
0 commit comments