mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Remove a wrong comment I left by accident and make it really remove packages. Fixes #6137
This commit is contained in:
parent
45c50e6fa4
commit
3b577b94c5
@ -45,7 +45,7 @@ foreach (\$config['installedpackages']['package'] as \$package) {
|
||||
} else {
|
||||
\$removed_packages[] = \$package['name'];
|
||||
}
|
||||
//${UNINSTALL}(\$package['name']);
|
||||
${UNINSTALL}(\$package['name']);
|
||||
}
|
||||
|
||||
@file_put_contents("{\$g['cf_conf_path']}/packages_to_reinstall_after_upgrade.txt", implode("\\n",\$removed_packages));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user