diff options
author | Scott Ullrich <sullrich@mpb-geekgod.geekgod.com> | 2009-06-18 20:27:10 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@mpb-geekgod.geekgod.com> | 2009-06-18 20:27:10 -0400 |
commit | 89f49b8fc583a87fe832ee3349db659891099bdb (patch) | |
tree | ce9f270db23f1f18e7ebd7c7ba504d367bf7c614 /tmp | |
parent | c37044f5564d1866065fdb302336192aff4d6f45 (diff) | |
download | pfsense-89f49b8fc583a87fe832ee3349db659891099bdb.zip pfsense-89f49b8fc583a87fe832ee3349db659891099bdb.tar.gz |
Complete path to rm
Diffstat (limited to 'tmp')
-rwxr-xr-x | tmp/post_upgrade_command.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 |