firmware: opnsense-update does aux if found now

This commit is contained in:
Franco Fichtner 2026-02-12 12:40:19 +01:00
parent 31f6e89d38
commit 1d06cf40eb

View file

@ -62,7 +62,3 @@ if (!empty($config->system->firmware->flavour)) {
/* rewrite the config via the defaults and possible arguments */
shell_safe($frmt, $args);
/* overwrite the aux configuration for consistency */
$conf = '/usr/local/etc/pkg/repos/OPNsense-aux.conf';
@copy($conf . '.sample', $conf);