fix triggering dialog menu

This commit is contained in:
rootzoll
2019-01-15 22:48:55 +01:00
parent 401783bd18
commit b5bf24d4f8

View File

@@ -1,7 +1,7 @@
#!/bin/bash
# command info
if [ "$1" = "-h" ] || [ "$1" = "-help" ] || [ $# -eq 0 ]; then
if [ "$1" = "-h" ] || [ "$1" = "-help" ]; then
echo "tool to export macaroons & tls.cert"
echo "lnd.export.sh [hexstring|scp|http]"
exit 1