Project

General

Profile

« Previous | Next » 

Revision 179b09e1

Added by Scott Ullrich over 16 years ago

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

View differences:

etc/phpshellsessions/cvssync
11 11

  
12 12
conf_mount_rw();
13 13

  
14
if(is_dir("/home/pfsense")) {
15
	echo "\nRemoving downloaded cvssync data, please wait...";
16
	exec("rm -rf /home/pfsense");
17
	echo " done.\n";
18
}
14
echo "\nRemoving downloaded cvssync data, please wait...";
15
exec("rm -rf /home/pfsense");
16
echo " done.\n";
19 17

  
20 18
unlink_if_exists("/tmp/config.cache");
21 19

  

Also available in: Unified diff