File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ elif [ $1 = "pxb84" ]; then
105105elif [ $1 = " pxb84" ] && [ " $2 " = " pro" ]; then
106106 version=${PXB84_PRO_VER}
107107 pkg_version=${PXB84_PRO_PKG_VER}
108- elif [[ $1 =~ ^pxb9[1 -9]{1}$ ]]; then
108+ elif [[ $1 =~ ^pxb9[0 -9]{1}$ ]]; then
109109 version=${PXB_INN_LTS_VER}
110110 pkg_version=${PXB_INN_LTS_PKG_VER}
111111elif [ $1 = " psmdb30" ]; then
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ elif [[ $1 = "pxb84" ]]; then
109109elif [[ $1 = " pxb84pro" ]]; then
110110 version=${PXB84_PRO_VER}
111111 pkg_version=${PXB84_PRO_PKG_VER}
112- elif [[ $1 =~ ^pxb9([2-35 -9])$ ]]; then
112+ elif [[ $1 =~ ^pxb9([0 -9])$ ]]; then
113113 version=${PXB_INN_LTS_VER}
114114elif [ " $1 " = " pmm" ]; then
115115 version=${PMM_VER}
You can’t perform that action at this time.
0 commit comments