issue with --validate flag fixed
Signed-off-by: Uncle Stinky <uncle.stinky@ghostchain.io>
This commit is contained in:
parent
346d629f95
commit
eae752a7bf
@ -268,7 +268,7 @@ if [[ ! -z $RELEASE ]]; then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ ! -z $VALIDATE ]]; then
|
if [[ $VALIDATE = true ]]; then
|
||||||
cli_args=$(cat /etc/default/ghost)
|
cli_args=$(cat /etc/default/ghost)
|
||||||
if prompt "[?] turn on validator mode?"; then
|
if prompt "[?] turn on validator mode?"; then
|
||||||
if [[ $cli_args == *"--validator"* ]]; then
|
if [[ $cli_args == *"--validator"* ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user