mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix typo in comment.
This commit is contained in:
parent
ec0f669534
commit
804cbdd577
1 changed files with 1 additions and 1 deletions
|
|
@ -549,7 +549,7 @@ cust_pkg () (
|
|||
echo "==="
|
||||
while true
|
||||
do
|
||||
# Record how may we have now
|
||||
# Record how many we have now
|
||||
have=`ls ${NANO_WORLDDIR}/var/db/pkg | wc -l`
|
||||
|
||||
# Attempt to install more packages
|
||||
|
|
|
|||
Loading…
Reference in a new issue