diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-11-20 22:19:10 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-11-20 22:19:10 +0000 |
commit | 26a1126ce4375e0358c5e53c23238d7a00edf67d (patch) | |
tree | ec76a3dc1be99c600a2d25b3b93aa9d9895be98a /etc/phpshellsessions | |
parent | 36fcc77f39f780a3c97006edc9bc09d1ca3c2a64 (diff) | |
download | pfsense-26a1126ce4375e0358c5e53c23238d7a00edf67d.zip pfsense-26a1126ce4375e0358c5e53c23238d7a00edf67d.tar.gz |
Work on embedded, too
Diffstat (limited to 'etc/phpshellsessions')
-rw-r--r-- | etc/phpshellsessions/cvssync | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/phpshellsessions/cvssync b/etc/phpshellsessions/cvssync index e4cef83..e2adfd5 100644 --- a/etc/phpshellsessions/cvssync +++ b/etc/phpshellsessions/cvssync @@ -4,6 +4,8 @@ * Part of the pfSense project pfSsh.php subsystem */ +/etc/rc.conf_mount_rw + if(is_dir("/home/pfsense")) { echo "\nRelocating downloaded cvssync data, please wait..."; exec("rm -rf /home/pfsense"); @@ -193,3 +195,5 @@ function post_cvssync_commands() { mwexec_bg("sh /tmp/restart_lighty"); echo "\n"; } + +/etc/rc.conf_mount_ro |