File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " chaindev"
3- version = " 0.54.1 "
3+ version = " 0.54.2 "
44edition = " 2024"
55authors = [" hui.fan@mail.ru" ]
66description = " Powerful development and testing utils for blockchain developers."
Original file line number Diff line number Diff line change @@ -1320,7 +1320,7 @@ where
13201320 sed -i '/SLOT_DURATION_IN_SECONDS/d' {cfg} || exit 1
13211321 echo 'export SLOT_DURATION_IN_SECONDS="{0}"' >>{cfg} || exit 1
13221322 fi
1323- grep -Po '(?<= SLOT_DURATION_IN_SECONDS=")\d+ ' {cfg} >{block_itv_cache} || exit 1
1323+ grep ' SLOT_DURATION_IN_SECONDS' {cfg} | grep -o '[0-9]\+' >{block_itv_cache} || exit 1
13241324 make minimal_prepare || exit 1
13251325 make build || exit 1
13261326 cp -r {repo}/data/{NODE_HOME_GENESIS_DIR_DST} {1}/ || exit 1
Original file line number Diff line number Diff line change @@ -775,7 +775,7 @@ where
775775 sed -i '/SLOT_DURATION_IN_SECONDS/d' {cfg} || exit 1
776776 echo 'export SLOT_DURATION_IN_SECONDS="{0}"' >>{cfg} || exit 1
777777 fi
778- grep -Po '(?<= SLOT_DURATION_IN_SECONDS=")\d+ ' {cfg} >{block_itv_cache} || exit 1
778+ grep ' SLOT_DURATION_IN_SECONDS' {cfg} | grep -o '[0-9]\+' >{block_itv_cache} || exit 1
779779 make minimal_prepare || exit 1
780780 make build || exit 1
781781 cp -r {repo}/data/{NODE_HOME_GENESIS_DIR_DST} {1}/ || exit 1
You can’t perform that action at this time.
0 commit comments