We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 464eefe commit a934868Copy full SHA for a934868
2 files changed
package_check.sh
@@ -105,7 +105,7 @@ elif [ $1 = "pxb84" ]; then
105
elif [ $1 = "pxb84" ] && [ "$2" = "pro" ]; then
106
version=${PXB84_PRO_VER}
107
pkg_version=${PXB84_PRO_PKG_VER}
108
-elif [[ $1 =~ ^pxb9[1-9]{1}$ ]]; then
+elif [[ $1 =~ ^pxb9[0-9]{1}$ ]]; then
109
version=${PXB_INN_LTS_VER}
110
pkg_version=${PXB_INN_LTS_PKG_VER}
111
elif [ $1 = "psmdb30" ]; then
version_check.sh
@@ -109,7 +109,7 @@ elif [[ $1 = "pxb84" ]]; then
elif [[ $1 = "pxb84pro" ]]; then
112
-elif [[ $1 =~ ^pxb9([2-35-9])$ ]]; then
+elif [[ $1 =~ ^pxb9([0-9])$ ]]; then
113
114
elif [ "$1" = "pmm" ]; then
115
version=${PMM_VER}
0 commit comments