Skip to content

Commit

Permalink
Merge pull request #330 from btbf:poolidfile-rename
Browse files Browse the repository at this point in the history
sjgtool-fix
  • Loading branch information
btbf committed Nov 28, 2023
2 parents e9a1baa + a0f8c8e commit 03a7866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sjgtool.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1496,7 +1496,7 @@ read -n 1 -p "メニュー番号を入力してください : >" patch
-e '1,73s!#POOL_VRF_SKEY=""!POOL_VRF_SKEY="${CNODE_HOME}/vrf.skey"!' \
-e '1,73s!#POOL_VRF_VKEY=""!POOL_VRF_VKEY="${CNODE_HOME}/vrf.vkey"!'

echo "${FG_YELLOW}cncli.shのユーザー変数を変更しました${NC}\n\n"
printf "${FG_YELLOW}cncli.shのユーザー変数を変更しました${NC}\n\n"

api_key=$(cat $NODE_HOME/scripts/cncli.sh-1.27 | grep "^PT_API_KEY=" | awk '{ sub(" .*$",""); print $0; }')
pt_ticker=$(cat $NODE_HOME/scripts/cncli.sh-1.27 | grep "^POOL_TICKER=" | awk '{ sub(" .*$",""); print $0; }')
Expand Down

0 comments on commit 03a7866

Please sign in to comment.