From 1403664fa2ad1ba95a817b03d60699ac45c1ac8a Mon Sep 17 00:00:00 2001 From: Andrea Delle Chiaie Date: Fri, 13 Mar 2026 15:11:17 +0100 Subject: [PATCH] Corrected typo --- 02_1_Setting_Up_a_Bitcoin-Core_VPS_with_StackScript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02_1_Setting_Up_a_Bitcoin-Core_VPS_with_StackScript.md b/02_1_Setting_Up_a_Bitcoin-Core_VPS_with_StackScript.md index 62603cfb5..4c57c3f23 100644 --- a/02_1_Setting_Up_a_Bitcoin-Core_VPS_with_StackScript.md +++ b/02_1_Setting_Up_a_Bitcoin-Core_VPS_with_StackScript.md @@ -125,7 +125,7 @@ If you're impatient you can jump ahead and `sudo tail -f /standup.log` which wil ## Verify Your Installation -You'll know that stackscrpit is done when the `tail` of the `standup.log` says something like the following: +You'll know that stackscript is done when the `tail` of the `standup.log` says something like the following: ``` /root/StackScript - Bitcoin is setup as a service and will automatically start if your VPS reboots and so is Tor /root/StackScript - You can manually stop Bitcoin with: sudo systemctl stop bitcoind.service