mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-09 11:41:51 +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
|
||||
keep backups of voting keystore passwords if the mnemonic is safely backed
|
||||
up.
|
||||
--stdin-inputs If present, read all user inputs from stdin instead of tty.
|
||||
-V, --version Prints version information
|
||||
|
||||
OPTIONS:
|
||||
|
||||
@@ -22,6 +22,7 @@ FLAGS:
|
||||
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
|
||||
folder.
|
||||
--stdin-inputs If present, read all user inputs from stdin instead of tty.
|
||||
-V, --version Prints version information
|
||||
|
||||
OPTIONS:
|
||||
|
||||
@@ -19,7 +19,7 @@ write_to_file() {
|
||||
printf "# %s\n\n\`\`\`\n%s\n\`\`\`" "$program" "$cmd" > "$file"
|
||||
|
||||
# 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.
|
||||
|
||||
Reference in New Issue
Block a user