Skip to content

Commit 74df074

Browse files
committed
Merge remote-tracking branch 'kristapsk/master'
2 parents f261d01 + 6240746 commit 74df074

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tools/finalize-nakamochi.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@ run_main()
8686
fi
8787
fi
8888

89+
if ! check_exists mkpasswd; then
90+
echo "Error: mkpasswd not found, try 'apt install whois'."
91+
exit 1
92+
fi
93+
8994
if [[ ! -x "$(dirname "$0")/rpcauth.py" ]]; then
9095
echo "Error: rpcauth.py not found or is not executable."
9196
exit 1

0 commit comments

Comments
 (0)