summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr_install.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-04-22 01:57:30 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-04-22 01:57:30 +0000
commitfdb718b9cbcbb2974c060c64aedc1b4343f5e7a8 (patch)
treed130e446bdb748d45338eb0290d5ee099cedefc5 /usr/local/www/pkg_mgr_install.php
parenta822a889792d7e9a37abdcbea25076d5341518e5 (diff)
downloadpfsense-fdb718b9cbcbb2974c060c64aedc1b4343f5e7a8.zip
pfsense-fdb718b9cbcbb2974c060c64aedc1b4343f5e7a8.tar.gz
Give a show log option upon failed package install
Diffstat (limited to 'usr/local/www/pkg_mgr_install.php')
-rwxr-xr-xusr/local/www/pkg_mgr_install.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/pkg_mgr_install.php b/usr/local/www/pkg_mgr_install.php
index f92c835..74e2609 100755
--- a/usr/local/www/pkg_mgr_install.php
+++ b/usr/local/www/pkg_mgr_install.php
@@ -236,6 +236,7 @@ foreach ($packages_to_install as $id) {
fwrite($fd_log, "ERROR! Could not fetch " . $pkg_config['packages']['package'][$id]['config_file']);
$static_output .= "failed!\n\nInstallation aborted.";
update_output_window($static_output);
+ echo "<br>Show <a href=\"pkg_mgr_install.php?showlog=true\">install log</a></center>";
exit;
}
$static_output .= "done.\n";
OpenPOWER on IntegriCloud