mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Complete path to rm
This commit is contained in:
parent
c37044f556
commit
89f49b8fc5
@ -22,6 +22,6 @@
|
||||
$files_to_process = split("\n", file_get_contents("/etc/pfSense.obsoletedfiles"));
|
||||
foreach($files_to_process as $filename)
|
||||
if(file_exists($filename))
|
||||
exec("rm $filename");
|
||||
exec("/bin/rm $filename");
|
||||
|
||||
?>
|
||||
Loading…
Reference in New Issue
Block a user