mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 16:44:39 +00:00
firmware: don't use -a anymore in this fetch to match bogons
This commit is contained in:
parent
bbf90d346c
commit
3db99fddd0
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Copyright (c) 2016 Franco Fichtner <franco@opnsense.org>
|
||||
# Copyright (c) 2016-2017 Franco Fichtner <franco@opnsense.org>
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
# modification, are permitted provided that the following conditions
|
||||
@ -29,7 +29,7 @@ set -e
|
||||
|
||||
DESTDIR="/usr/local/opnsense/changelog"
|
||||
WORKDIR="/tmp/changelog"
|
||||
FETCH="fetch -aqT 5"
|
||||
FETCH="fetch -qT 5"
|
||||
|
||||
changelog_remove()
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user