Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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