From 179b09e16ea6d53600fedcc86b596bccae2211de Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 8 Mar 2009 22:25:02 -0400 Subject: [PATCH] Remove /home/pfsense on each run until we can fine tune this script. --- etc/phpshellsessions/cvssync | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/etc/phpshellsessions/cvssync b/etc/phpshellsessions/cvssync index 2aaaa6138d..4b42919b22 100644 --- a/etc/phpshellsessions/cvssync +++ b/etc/phpshellsessions/cvssync @@ -11,11 +11,9 @@ global $command_split; conf_mount_rw(); -if(is_dir("/home/pfsense")) { - echo "\nRemoving downloaded cvssync data, please wait..."; - exec("rm -rf /home/pfsense"); - echo " done.\n"; -} +echo "\nRemoving downloaded cvssync data, please wait..."; +exec("rm -rf /home/pfsense"); +echo " done.\n"; unlink_if_exists("/tmp/config.cache");