summaryrefslogtreecommitdiffstats
path: root/etc/rc.shutdown
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.shutdown')
-rwxr-xr-xetc/rc.shutdown2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/rc.shutdown b/etc/rc.shutdown
index 1589204..09f1981 100755
--- a/etc/rc.shutdown
+++ b/etc/rc.shutdown
@@ -28,6 +28,8 @@ PLATFORM=`cat /etc/platform`
if [ "$PLATFORM" = "pfSense" ]; then
rm -rf /tmp/*
else
+ /etc/rc.conf_mount_rw
# Save the rrd databases to the config path.
tar -czf /cf/conf/rrd.tgz /var/db/rrd/*.rrd
+ /etc/rc.conf_mount_ro
fi
OpenPOWER on IntegriCloud