mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Add routed/ items to obsoleted files. Force removal of file so that directories can be included in the future
This commit is contained in:
parent
277d55d750
commit
d32d3970d5
@ -45,4 +45,6 @@
|
||||
/usr/local/www/dfuife.cgi
|
||||
/usr/local/www/fred.png
|
||||
/usr/local/www/index.html
|
||||
/usr/local/www/system_usermanager_addcert.php
|
||||
/usr/local/www/system_usermanager_addcert.php
|
||||
/usr/local/pkg/routed/routed.inc
|
||||
/usr/local/pkg/routed/routed.xml
|
||||
|
||||
@ -19,6 +19,6 @@
|
||||
$files_to_process = split("\n", file_get_contents("/etc/pfSense.obsoletedfiles"));
|
||||
foreach($files_to_process as $filename)
|
||||
if(file_exists($filename))
|
||||
exec("/bin/rm $filename");
|
||||
exec("/bin/rm -f $filename");
|
||||
|
||||
?>
|
||||
Loading…
Reference in New Issue
Block a user