summaryrefslogtreecommitdiffstats
path: root/etc/phpshellsessions
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@sullrich-MacBookPro.local>2009-03-08 22:40:44 -0400
committerScott Ullrich <sullrich@sullrich-MacBookPro.local>2009-03-08 22:40:44 -0400
commit5a038d6a08131ca6b4351d2faaa4ef8d9ab807c3 (patch)
treedd095b3ac83ea87d2047fa7ec5e2e86b0daba211 /etc/phpshellsessions
parentdad93012ce94c6f79a3292a4ccb1a19612080986 (diff)
downloadpfsense-5a038d6a08131ca6b4351d2faaa4ef8d9ab807c3.zip
pfsense-5a038d6a08131ca6b4351d2faaa4ef8d9ab807c3.tar.gz
Use full path to rm binary
Diffstat (limited to 'etc/phpshellsessions')
-rw-r--r--etc/phpshellsessions/cvssync2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/phpshellsessions/cvssync b/etc/phpshellsessions/cvssync
index 4b42919..8759a4d 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");
OpenPOWER on IntegriCloud