mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
setup_pkg_repo 5th parameter is mandatory
This commit is contained in:
parent
831bf9fb55
commit
417fa2422c
@ -1514,7 +1514,7 @@ create_memstick_adi_image() {
|
||||
|
||||
# Create pkg conf on desired place with desired arch/branch
|
||||
setup_pkg_repo() {
|
||||
if [ -z "${4}" ]; then
|
||||
if [ -z "${5}" ]; then
|
||||
return
|
||||
fi
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user