RunOnFlux/fluxnode-multitool

[BUG] Hardware benchmark

Closed this issue · 1 comments

Environment

Self-Hosted

System

raspberry

Version

v4.2.0

Describe the problem

cd $HOME && ./lsblk -l -b -n /dev/${disc__array[i]} > /dev/null 2>&1

There will be no lsblk files in the home directory
Maybe it should be:

cd $HOME && lsblk -l -b -n /dev/${disc__array[i]} > /dev/null 2>&1

Additional info

No response

Please tick the boxes

thx look i missed it.. after real node install that file is in $HOME
721b2bd