Browse Source

fix string comp

master
Christian Rotzoll 6 years ago
parent
commit
016bb796c4
  1. 2
      home.admin/config.scripts/lnd.check.sh

2
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')

Loading…
Cancel
Save