From 46c7b72d0df58666313de1352182d9fe4e130aae Mon Sep 17 00:00:00 2001 From: Sun Knudsen Date: Sat, 19 Mar 2022 16:53:39 -0400 Subject: [PATCH] Added missing trailing line break --- how-to-self-host-hardened-bitcoin-node/tor-client-auth.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/how-to-self-host-hardened-bitcoin-node/tor-client-auth.sh b/how-to-self-host-hardened-bitcoin-node/tor-client-auth.sh index 5578adb..d1a2a48 100644 --- a/how-to-self-host-hardened-bitcoin-node/tor-client-auth.sh +++ b/how-to-self-host-hardened-bitcoin-node/tor-client-auth.sh @@ -49,4 +49,4 @@ echo "$bold$client_command$normal" printf "%s $bold%s$normal %s\n" "Don’t forget to run" "systemctl restart tor" "on server" -printf "%s\n" "Done" \ No newline at end of file +printf "%s\n" "Done"