Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
btbf committed Nov 28, 2023
1 parent 81a988f commit b0564d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/sjgtool.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1518,7 +1518,7 @@ read -n 1 -p "メニュー番号を入力してください : >" patch
}

printf "現在のバージョン: ${FG_YELLOW}$current_glive_ver${NC}\n"
#current_glive_ver="1.28.1"

if [ ${current_glive_ver::-2} != "1.28" ]; then
echo "アップデートを開始しますか?"
echo
Expand All @@ -1536,7 +1536,6 @@ read -n 1 -p "メニュー番号を入力してください : >" patch
select_rtn
fi
fi

;;

# 6)
Expand Down

0 comments on commit b0564d2

Please sign in to comment.