We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ac21d4 commit 6a557c9Copy full SHA for 6a557c9
README.md
@@ -39,6 +39,8 @@ code returned by `casper-node`:
39
* If 0 (success), runs the same version of `casper-node` in validator mode
40
* If 102 (downgrade), searches for the immediate previous installed version of `casper-node` and runs it in validator
41
mode
42
+ * If 103 (shutdown), runs the script at `/etc/casper/casper_shutdown_script` if present and exits with its exit code,
43
+ otherwise exits with `0`.
44
* Any other value causes the launcher to exit with an error
45
46
If the launcher cannot find an appropriate version at any stage of upgrading or downgrading, it exits with an error.
0 commit comments