mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix reverse checking
This commit is contained in:
parent
cf31d8ae93
commit
6f54efeaf1
@ -274,7 +274,7 @@ export PKG_RSYNC_DESTDIR=${PKG_RSYNC_DESTDIR:-"/usr/local/www/beta/packages"}
|
||||
export PKG_REPO_SERVER=${PKG_REPO_SERVER:-"pkg+http://beta.pfsense.org/packages"}
|
||||
export PKG_REPO_CONF_BRANCH=${PKG_REPO_CONF_BRANCH:-"${GIT_REPO_BRANCH_OR_TAG}"}
|
||||
|
||||
if echo "${PRODUCT_VERSION}" | grep -qv -- '-RELEASE'; then
|
||||
if echo "${PRODUCT_VERSION}" | grep -q -- '-RELEASE'; then
|
||||
export _IS_RELEASE=yes
|
||||
else
|
||||
unset _IS_RELEASE
|
||||
|
||||
Loading…
Reference in New Issue
Block a user