Skip to content

Commit

Permalink
Fix exit code 1
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneyeh committed Jan 10, 2024
1 parent 5056150 commit cdb5537
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/get-started/start-teku.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,11 @@ Content-Length: 0

**Exit Code 1**

This code indicates a scenario where Teku has exited with a fatal error, however restarting Teku without changes is a logical step in correcting it. This code represents the error is related to something external to Teku.
This code indicates a scenario where Teku has exited with a fatal error; however, restarting Teku without changes is a logical step in correcting it. This code represents the error is related to something external to Teku.

Example: If the beacon chain controller has issues starting P2P services on a particular port, the system will exit with a fatal error code of 1. This could correct itself with a restart.

Example 2: If the migrate database command does not successfully migrate the database, Teku will exit with a code 1 fatal error. Restarting Teku should correct this.
Example 2: If the migrate database command does not successfully migrate the database, Teku will exit with a code 1 fatal error. Restarting the system could correct this.

**Exit Code 2**

Expand Down

0 comments on commit cdb5537

Please sign in to comment.