mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Committing while tired is never a good idea. Remove an unconditional error
exit left over from debugging.
This commit is contained in:
parent
5a03845293
commit
e45dab861e
1 changed files with 0 additions and 2 deletions
|
|
@ -140,8 +140,6 @@ if [ ! -z "$FETCH_DISTRIBUTIONS" ]; then
|
|||
export DISTRIBUTIONS="$ALL_DISTRIBUTIONS"
|
||||
fi
|
||||
|
||||
error
|
||||
|
||||
bsdinstall checksum || error
|
||||
bsdinstall distextract || error
|
||||
bsdinstall rootpass || error
|
||||
|
|
|
|||
Loading…
Reference in a new issue