mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 09:37:08 -04:00
Add missed BETA* to list.
Approved by: simon (implicit) MFC after: 3 days X-MFC-With: r244058
This commit is contained in:
parent
162361c198
commit
d03e1e1b65
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ exec 3>&-
|
|||
_UNAME_R=`uname -r`
|
||||
|
||||
case ${_UNAME_R} in
|
||||
*-CURRENT|*-STABLE|*-PRERELEASE|*-RC*)
|
||||
*-CURRENT|*-STABLE|*-BETA*|*-PRERELEASE|*-RC*)
|
||||
RELDIR="snapshots"
|
||||
;;
|
||||
*)
|
||||
|
|
|
|||
Loading…
Reference in a new issue