mirror of
https://github.com/opnsense/tools.git
synced 2026-05-28 04:35:46 -04:00
composite/factory: do not show revision in image names
As hotfixes may end up in images they still correspond to the release version to avoid confusion.
This commit is contained in:
parent
9a1ab4c444
commit
84139b4d47
1 changed files with 2 additions and 1 deletions
|
|
@ -41,7 +41,8 @@ if [ -z "${COREFILE}" ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
COREFILE=$(basename ${COREFILE%%.pkg})
|
||||
COREFILE=$(basename ${COREFILE%.pkg})
|
||||
COREFILE=$(basename ${COREFILE%_*})
|
||||
|
||||
FS=ufs
|
||||
if [ -n "${PRODUCT_ZFS}" ]; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue