summaryrefslogtreecommitdiffstats
path: root/usr/local/sbin
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-22 23:11:02 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-22 23:11:02 +0000
commit9c7b4f0eebe2e8872d4c743171904ce94e4c0dba (patch)
tree9e5df3876774b331e5269c2ce6fc7899f39a31e8 /usr/local/sbin
parent06b04fc4a8c757e73a93f251a3182a3db7d3fdb1 (diff)
downloadpfsense-9c7b4f0eebe2e8872d4c743171904ce94e4c0dba.zip
pfsense-9c7b4f0eebe2e8872d4c743171904ce94e4c0dba.tar.gz
Mount CF for file update
Diffstat (limited to 'usr/local/sbin')
-rwxr-xr-xusr/local/sbin/update_file.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr/local/sbin/update_file.sh b/usr/local/sbin/update_file.sh
index 61753f0..a457515 100755
--- a/usr/local/sbin/update_file.sh
+++ b/usr/local/sbin/update_file.sh
@@ -28,4 +28,8 @@ else
echo "trying to fetch latest"
fi
-`which fetch` -o "$1" "$baseurl$1$urlrev$rev$urlcon" \ No newline at end of file
+/etc/rc.conf_mount_rw
+
+`which fetch` -o "$1" "$baseurl$1$urlrev$rev$urlcon"
+
+/etc/rc.conf_mount_ro
OpenPOWER on IntegriCloud