From eae752a7bf841f95a1c03ce920ea55ce27555780 Mon Sep 17 00:00:00 2001 From: Uncle Stinky Date: Thu, 6 Feb 2025 20:55:55 +0300 Subject: [PATCH] issue with --validate flag fixed Signed-off-by: Uncle Stinky --- scripts/starter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/starter.sh b/scripts/starter.sh index 9813e22..96a94fc 100755 --- a/scripts/starter.sh +++ b/scripts/starter.sh @@ -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