add debug info

This commit is contained in:
rootzoll 2021-12-07 14:17:03 +01:00
parent fddf8e2547
commit 6dabdf9089

View File

@ -6,7 +6,7 @@ if [ "$1" = "-h" ] || [ "$1" = "--help" ] || [ "$1" = "-help" ]; then
exit 1
fi
# basic info
echo "###########################################"
echo "# lnd.compact.sh"
@ -36,6 +36,7 @@ Do you want to compact the LND database now?" 11 60
fi
fi
echo "###########################################"
echo "# Start compacting ...."
echo "# Can monitor the background process in a new window with:"
echo "# tail -f /home/admin/lnd.db.bolt.auto-compact.log"