Skip to content

Commit

Permalink
fix: typos in the documentation (#472)
Browse files Browse the repository at this point in the history
* fix typo 0001-add-support-to-save-fee-estimates-without-shutting-d.patch

* fix typo runit_boot.sh
  • Loading branch information
tudorpintea999 authored Feb 13, 2024
1 parent 58b3edf commit 81c0ddf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ index 000000000..c6d82345b
+ - call the savefeeestimates RPC and verify the RPC succeeds and
+ that the file exists
+ - make the file read only and attempt to call the savefeeestimates RPC
+ with the expecation that it will fail
+ with the expectation that it will fail
+ - move the read only file and shut down the node, verify the node writes
+ on shutdown a file that is identical to the one we saved via the RPC
+
Expand Down
4 changes: 2 additions & 2 deletions contrib/runit_boot.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

shutdown() {
echo "shutting down container"
echo "shutting down the container"

# first shutdown any service started by runit
for _srv in $(ls -1 /etc/service); do
Expand All @@ -22,7 +22,7 @@ shutdown() {
exit
}

# store enviroment variables
# store environment variables
export > /etc/envvars

PATH=/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin
Expand Down

0 comments on commit 81c0ddf

Please sign in to comment.