Skip to content

Commit a934868

Browse files
updating versions
1 parent 464eefe commit a934868

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package_check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ elif [ $1 = "pxb84" ]; then
105105
elif [ $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}
111111
elif [ $1 = "psmdb30" ]; then

version_check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ elif [[ $1 = "pxb84" ]]; then
109109
elif [[ $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}
114114
elif [ "$1" = "pmm" ]; then
115115
version=${PMM_VER}

0 commit comments

Comments
 (0)