summaryrefslogtreecommitdiffstats
path: root/etc/rc.shutdown
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.shutdown')
-rwxr-xr-xetc/rc.shutdown5
1 files changed, 1 insertions, 4 deletions
diff --git a/etc/rc.shutdown b/etc/rc.shutdown
index f6175b4..7d4d32f 100755
--- a/etc/rc.shutdown
+++ b/etc/rc.shutdown
@@ -30,8 +30,5 @@ 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.
- cd / && tar -czf /cf/conf/rrd.tgz -C / var/db/rrd/*.rrd
- /etc/rc.conf_mount_ro
+ /etc/rc.backup_rrd.sh
fi
OpenPOWER on IntegriCloud