summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-03-20 06:21:31 +0000
committerBill Marquette <billm@pfsense.org>2005-03-20 06:21:31 +0000
commit2ba6bed1f0a4702bf776f2235d75eca0d264d378 (patch)
tree0a7b93c6620be7959a12c8c172c68f28f404758b /etc
parentabb62c2027c47eee360cccbb9f38179559b0d19b (diff)
downloadpfsense-2ba6bed1f0a4702bf776f2235d75eca0d264d378.zip
pfsense-2ba6bed1f0a4702bf776f2235d75eca0d264d378.tar.gz
move brace to the right place
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/pfsense-utils.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index 08b1f79..43b970a 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -408,11 +408,11 @@ function fetch_latest_pkg_config() {
if(isset($config['system']['alt_pkgconfig_url']['enabled'])) {
$pkg_config_location = $config['system']['alt_pkgconfig_url']['pkgconfig_base_url'] . $config['system']['alt_pkgconfig_url']['pkgconfig_filename'];
$pkg_config_base_url = $config['system']['alt_pkgconfig_url']['pkgconfig_base_url'];
+ }
mwexec("/usr/bin/fetch -o {$g['tmp_path']}/pkg_config.xml {$pkg_config_location}");
if(!file_exists("{$g['tmp_path']}/pkg_config.xml")) {
print_info_box_np("Could not download pkg_config.xml from " . $pkg_config_base_url . ". Check your DNS settings.");
die;
- }
}
}
return;
OpenPOWER on IntegriCloud