linux commit

This commit is contained in:
chonghe
2023-10-18 21:02:20 +08:00
parent ba9fb7219c
commit 8527df3a60
3 changed files with 3 additions and 1 deletions

View File

@@ -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:

View File

@@ -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:

View File

@@ -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.