mirror of
https://github.com/sigp/lighthouse.git
synced 2026-07-03 21:04:28 +00:00
linux commit
This commit is contained in:
@@ -34,6 +34,7 @@ FLAGS:
|
|||||||
is not provided, a random password will be used. It is not necessary to
|
is not provided, a random password will be used. It is not necessary to
|
||||||
keep backups of voting keystore passwords if the mnemonic is safely backed
|
keep backups of voting keystore passwords if the mnemonic is safely backed
|
||||||
up.
|
up.
|
||||||
|
--stdin-inputs If present, read all user inputs from stdin instead of tty.
|
||||||
-V, --version Prints version information
|
-V, --version Prints version information
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
|
|||||||
@@ -22,6 +22,7 @@ FLAGS:
|
|||||||
information about your validator and so this flag should be used with caution.
|
information about your validator and so this flag should be used with caution.
|
||||||
For Windows users, the log file permissions will be inherited from the parent
|
For Windows users, the log file permissions will be inherited from the parent
|
||||||
folder.
|
folder.
|
||||||
|
--stdin-inputs If present, read all user inputs from stdin instead of tty.
|
||||||
-V, --version Prints version information
|
-V, --version Prints version information
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ write_to_file() {
|
|||||||
printf "# %s\n\n\`\`\`\n%s\n\`\`\`" "$program" "$cmd" > "$file"
|
printf "# %s\n\n\`\`\`\n%s\n\`\`\`" "$program" "$cmd" > "$file"
|
||||||
|
|
||||||
# remove .exe when using Windows
|
# remove .exe when using Windows
|
||||||
sed -i -e 's/\.exe//g' "$file"
|
#sed -i -e 's/\.exe//g' "$file"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Check if a lighthouse binary exists in the current branch.
|
# Check if a lighthouse binary exists in the current branch.
|
||||||
|
|||||||
Reference in New Issue
Block a user