diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-07-24 20:51:01 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-07-24 20:51:01 +0000 |
commit | 0a1e19604e73fa2d32d01c33aa56d3b8cda81f33 (patch) | |
tree | 9732f53e260b8b51b16ce85e022371f4819b9cf7 /etc/sshd | |
parent | 3ea05002bf6c5e613407f9c75d0e3d372e9a26e7 (diff) | |
download | pfsense-0a1e19604e73fa2d32d01c33aa56d3b8cda81f33.zip pfsense-0a1e19604e73fa2d32d01c33aa56d3b8cda81f33.tar.gz |
Make sure config is mounted rw
Diffstat (limited to 'etc/sshd')
-rwxr-xr-x | etc/sshd | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -37,6 +37,8 @@ return $size; } + conf_mount_rw(); + /* if any of these files are 0 bytes then they are corrupted. * remove them */ |