Remove /home/pfsense on each run until we can fine tune this script.

This commit is contained in:
Scott Ullrich 2009-03-08 22:25:02 -04:00
parent 7c6fe5c59d
commit 179b09e16e

View File

@ -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");