Skip to content

Commit

Permalink
fix: update
Browse files Browse the repository at this point in the history
  • Loading branch information
nopapername committed Dec 12, 2022
1 parent a0caea8 commit 35cee0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aleo-damominer-oooooyoung.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ install_damominer_env() {
}

schedule_run_prover_for_address() {
read -e -p "请设定每几小时跑一个地址(输入0-24)" TIME_DURATION
read -e -p "请设定每几小时跑一个地址:" TIME_DURATION
current_line=1
address_line=`wc -l /root/address.txt | awk '{print $1}'`
while ((current_line <= address_line))
Expand Down

0 comments on commit 35cee0d

Please sign in to comment.