From 346d2fb01a5da9d935046868af5693bb4fea6aab Mon Sep 17 00:00:00 2001 From: iwantanode <87604944+tudorpintea999@users.noreply.github.com> Date: Sat, 2 Dec 2023 20:41:59 +0200 Subject: [PATCH 1/2] fix typo 0001-add-support-to-save-fee-estimates-without-shutting-d.patch --- ...1-add-support-to-save-fee-estimates-without-shutting-d.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/0001-add-support-to-save-fee-estimates-without-shutting-d.patch b/contrib/0001-add-support-to-save-fee-estimates-without-shutting-d.patch index b533d950..8af8e76e 100644 --- a/contrib/0001-add-support-to-save-fee-estimates-without-shutting-d.patch +++ b/contrib/0001-add-support-to-save-fee-estimates-without-shutting-d.patch @@ -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 + From 75503022a3d7ab4a942885fca9f4420838b8cdc2 Mon Sep 17 00:00:00 2001 From: iwantanode <87604944+tudorpintea999@users.noreply.github.com> Date: Sat, 2 Dec 2023 20:45:27 +0200 Subject: [PATCH 2/2] fix typo runit_boot.sh --- contrib/runit_boot.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/runit_boot.sh b/contrib/runit_boot.sh index 0162a4ce..40bda78b 100755 --- a/contrib/runit_boot.sh +++ b/contrib/runit_boot.sh @@ -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 @@ -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