diff --git a/etc/phpshellsessions/cvssync b/etc/phpshellsessions/cvssync index 4b42919b22..8759a4dc9d 100644 --- a/etc/phpshellsessions/cvssync +++ b/etc/phpshellsessions/cvssync @@ -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");