mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-11-12 08:29:16 +00:00
Remove repeated drive found log message
This commit is contained in:
parent
eabd2df2df
commit
62f1e28cfc
|
@ -14,7 +14,7 @@ echo "Found Drive: $drive"
|
|||
|
||||
lsblk $drive &> /dev/null
|
||||
while [ $? -eq 0 ]; do
|
||||
echo "$drive still found..."
|
||||
#echo "$drive still found..."
|
||||
sleep 60
|
||||
lsblk $drive &> /dev/null
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue
Block a user