mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Cosmetics.
This commit is contained in:
parent
a324b5ecd3
commit
efdab28ffe
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ if [ $# -lt 1 ]; then
|
|||
fi
|
||||
|
||||
CONFIG=$1
|
||||
BOOT=${DESTDIR:-/}/boot
|
||||
BOOT=${DESTDIR}/boot
|
||||
KERNEL=$BOOT/$CONFIG
|
||||
|
||||
if [ -d $KERNEL ]; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue