mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Use full path to rm binary
This commit is contained in:
parent
dad93012ce
commit
5a038d6a08
@ -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");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user