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
03dbc6ce6f
commit
0ade0a1867
@ -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