diff --git a/lnd.update.sh b/lnd.update.sh index 56b2966..9a23a76 100644 --- a/lnd.update.sh +++ b/lnd.update.sh @@ -95,4 +95,7 @@ if [ ${#installed} -eq 0 ]; then exit 1 fi -sudo systemctl restart lnd \ No newline at end of file +sudo systemctl restart lnd + +echo "" +echo "Installed ${installed}" \ No newline at end of file