diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-12-27 13:40:49 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-12-27 13:40:58 -0500 |
commit | 6622e126ed73f45979b0f96ccfd8b696cd7a066b (patch) | |
tree | d8634419348a9564a2d1424177484dcfad499603 /usr/local | |
parent | 528992bec1753e3cd87920b4614dcaed9ac6185a (diff) | |
download | pfsense-6622e126ed73f45979b0f96ccfd8b696cd7a066b.zip pfsense-6622e126ed73f45979b0f96ccfd8b696cd7a066b.tar.gz |
Unlink needs_package_sync after one pkg has installed OK which means that our internet connection is up.
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/index.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/local/www/index.php b/usr/local/www/index.php index 7ee87cb..7c577bc 100755 --- a/usr/local/www/index.php +++ b/usr/local/www/index.php @@ -112,7 +112,6 @@ if (!is_array($config['widgets'])) { if(file_exists('/conf/needs_package_sync')) { if($config['installedpackages'] <> '') { conf_mount_rw(); - @unlink('/conf/needs_package_sync'); conf_mount_ro(); if($g['platform'] == "pfSense" || $g['platform'] == "nanobsd") { header('Location: pkg_mgr_install.php?mode=reinstallall'); |