mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Spell conf correctly
This commit is contained in:
parent
161eecdc5a
commit
16bc968efe
@ -4,7 +4,7 @@
|
||||
* Part of the pfSense project pfSsh.php subsystem
|
||||
*/
|
||||
|
||||
counf_mount_rw();
|
||||
conf_mount_rw();
|
||||
|
||||
if(is_dir("/home/pfsense")) {
|
||||
echo "\nRelocating downloaded cvssync data, please wait...";
|
||||
@ -198,5 +198,5 @@ function post_cvssync_commands() {
|
||||
echo "\n";
|
||||
}
|
||||
|
||||
counf_mount_ro();
|
||||
conf_mount_ro();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user