Skip to content

Commit

Permalink
Merge pull request #331 from btbf:poolidfile-rename
Browse files Browse the repository at this point in the history
強制終了修正
  • Loading branch information
btbf committed Nov 28, 2023
2 parents 03a7866 + 81a988f commit 9f98698
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/sjgtool.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1446,6 +1446,7 @@ read -n 1 -p "メニュー番号を入力してください : >" patch
current_glive_ver=${current_glive_ver#GLV_VERSION=v}

update_glive() {
clear
cd $NODE_HOME/scripts
printf "既存ファイルをバックアップ...\n\n"
cp cncli.sh cncli.sh-1.27
Expand Down Expand Up @@ -1514,8 +1515,6 @@ read -n 1 -p "メニュー番号を入力してください : >" patch

fi

printf "gLiveViewを起動してください\n\n"

}

printf "現在のバージョン: ${FG_YELLOW}$current_glive_ver${NC}\n"
Expand All @@ -1527,6 +1526,7 @@ read -n 1 -p "メニュー番号を入力してください : >" patch
yes_no
echo
update_glive
printf "gLiveViewを起動してください\n\n"
else
library_file_check=$(cat $NODE_HOME/scripts/cntools.library | grep 'getPoolID()')
if [ -n "$library_file_check" ]; then
Expand All @@ -1536,6 +1536,7 @@ read -n 1 -p "メニュー番号を入力してください : >" patch
select_rtn
fi
fi

;;

# 6)
Expand Down

0 comments on commit 9f98698

Please sign in to comment.