mirror of
https://github.com/opnsense/tools.git
synced 2026-06-08 16:26:22 -04:00
composite/hotfix: force second argument empty
This commit is contained in:
parent
2027268ca7
commit
75a073bdae
1 changed files with 3 additions and 3 deletions
|
|
@ -92,9 +92,9 @@ else
|
|||
done
|
||||
|
||||
# run all stages required for this hotfix run
|
||||
run_stage ports ${ARG_PORTS} "DEPEND=no PRUNE=no ${PORTSENV}"
|
||||
run_stage plugins ${ARG_PLUGINS}
|
||||
run_stage core ${ARG_CORE}
|
||||
run_stage ports "${ARG_PORTS}" "DEPEND=no PRUNE=no ${PORTSENV}"
|
||||
run_stage plugins "${ARG_PLUGINS}"
|
||||
run_stage core "${ARG_CORE}"
|
||||
run_stage packages hotfix
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue