From 5a038d6a08131ca6b4351d2faaa4ef8d9ab807c3 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 8 Mar 2009 22:40:44 -0400 Subject: [PATCH] Use full path to rm binary --- etc/phpshellsessions/cvssync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/phpshellsessions/cvssync b/etc/phpshellsessions/cvssync index 4b42919b22..8759a4dc9d 100644 --- a/etc/phpshellsessions/cvssync +++ b/etc/phpshellsessions/cvssync @@ -12,7 +12,7 @@ global $command_split; conf_mount_rw(); echo "\nRemoving downloaded cvssync data, please wait..."; -exec("rm -rf /home/pfsense"); +exec("/bin/rm -rf /home/pfsense"); echo " done.\n"; unlink_if_exists("/tmp/config.cache");