diff --git a/home.admin/config.scripts/lnd.check.sh b/home.admin/config.scripts/lnd.check.sh index 01a61a1..0b640a0 100644 --- a/home.admin/config.scripts/lnd.check.sh +++ b/home.admin/config.scripts/lnd.check.sh @@ -6,7 +6,7 @@ if [ $# -eq 0 ]; then exit 1 fi -if [ "$1" -eq "basic-setup" ]; then +if [ "$1" == "basic-setup" ]; then # check TLS exits tlsExists=$(sudo ls /mnt/hdd/lnd/tls.cert | grep -c 'tls.cert')