mirror of
https://git.ghostchain.io/proxmio/ghost-node.git
synced 2025-12-26 18:59:56 +00:00
issue with --validate flag fixed
Signed-off-by: Uncle Stinky <uncle.stinky@ghostchain.io>
This commit is contained in:
@@ -268,7 +268,7 @@ if [[ ! -z $RELEASE ]]; then
|
||||
fi
|
||||
fi
|
||||
|
||||
if [[ ! -z $VALIDATE ]]; then
|
||||
if [[ $VALIDATE = true ]]; then
|
||||
cli_args=$(cat /etc/default/ghost)
|
||||
if prompt "[?] turn on validator mode?"; then
|
||||
if [[ $cli_args == *"--validator"* ]]; then
|
||||
|
||||
Reference in New Issue
Block a user