Revision 6622e126
Added by Scott Ullrich over 14 years ago
usr/local/www/index.php | ||
---|---|---|
112 | 112 |
if(file_exists('/conf/needs_package_sync')) { |
113 | 113 |
if($config['installedpackages'] <> '') { |
114 | 114 |
conf_mount_rw(); |
115 |
@unlink('/conf/needs_package_sync'); |
|
116 | 115 |
conf_mount_ro(); |
117 | 116 |
if($g['platform'] == "pfSense" || $g['platform'] == "nanobsd") { |
118 | 117 |
header('Location: pkg_mgr_install.php?mode=reinstallall'); |
Also available in: Unified diff
Unlink needs_package_sync after one pkg has installed OK which means that our internet connection is up.