Use full path to rm binary

This commit is contained in:
Scott Ullrich 2009-03-08 22:40:44 -04:00
parent dad93012ce
commit 5a038d6a08

View File

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