From 89f49b8fc583a87fe832ee3349db659891099bdb Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 18 Jun 2009 20:27:10 -0400 Subject: Complete path to rm --- tmp/post_upgrade_command.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmp/post_upgrade_command.php b/tmp/post_upgrade_command.php index a80a6f0..bc6c29a 100755 --- a/tmp/post_upgrade_command.php +++ b/tmp/post_upgrade_command.php @@ -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"); ?> \ No newline at end of file -- cgit v1.1