mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Remove /home/pfsense on each run until we can fine tune this script.
This commit is contained in:
parent
7c6fe5c59d
commit
179b09e16e
@ -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");
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user